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^ | 00111111001111110100010000111111001111110100010001011110 | 3f3f443f3f445e |
SJIS-WIN | 在?D在?D^ | 100011011101110100111111010001001000110111011101001111110100010001011110 | 8ddd3f448ddd3f445e |
EUC-JP | 在?D在?D^ | 101110101101111100111111010001001011101011011111001111110100010001011110 | badf3f44badf3f445e |
UTF-8 | 在렔D在렔D^ | 111001011001110010101000111010111010000010010100010001001110010110011100101010001110101110100000100101000100010001011110 | e59ca8eba09444e59ca8eba094445e |
UHC | 在렔D在렔D^ | 1110111010100100100011101010100101000100111011101010010010001110101010010100010001011110 | eea48ea944eea48ea9445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)