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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 在??在??^ | 100011011101110100111111001111111000110111011101001111110011111101011110 | 8ddd3f3f8ddd3f3f5e |
EUC-JP | 在??在??^ | 101110101101111100111111001111111011101011011111001111110011111101011110 | badf3f3fbadf3f3f5e |
UTF-8 | 在㎫뎁在㎫뎁^ | 11100101100111001010100011100011100011101010101111101011100011101000000111100101100111001010100011100011100011101010101111101011100011101000000101011110 | e59ca8e38eabeb8e81e59ca8e38eabeb8e815e |
UHC | 在㎫뎁在㎫뎁^ | 11101110101001001010011111100111101101011010101011101110101001001010011111100111101101011010101001011110 | eea4a7e7b5aaeea4a7e7b5aa5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)