To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ???D???D^ | 001111110011111100111111010001000011111100111111001111110100010001011110 | 3f3f3f443f3f3f445e |
SJIS-WIN | ???D???D^ | 001111110011111100111111010001000011111100111111001111110100010001011110 | 3f3f3f443f3f3f445e |
EUC-JP | ???D???D^ | 001111110011111100111111010001000011111100111111001111110100010001011110 | 3f3f3f443f3f3f445e |
UTF-8 | 烈띈벖D烈띈벖D^ | 111011111010011010011111111010111001110110001000111010111011001010010110010001001110111110100110100111111110101110011101100010001110101110110010100101100100010001011110 | efa69feb9d88ebb29644efa69feb9d88ebb296445e |
UHC | 烈띈벖D烈띈벖D^ | 111001101110111110110110111010001001001110110100010001001110011011101111101101101110100010010011101101000100010001011110 | e6efb6e893b444e6efb6e893b4445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)