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 | ??????\ | 00111111001111110011111100111111001111110011111101011100 | 3f3f3f3f3f3f5c |
SJIS-WIN | 姨?????\ | 1001101101001000001111110011111100111111001111110011111101011100 | 9b483f3f3f3f3f5c |
EUC-JP | 姨?????\ | 1101010110101001001111110011111100111111001111110011111101011100 | d5a93f3f3f3f3f5c |
UTF-8 | 姨뚯찓梨쀭쉸\ | 11100101101001111010100011101011100110101010111111101100101100001001001111101111101001111010001011101100100000001010110111101100100010011011100001011100 | e5a7a8eb9aafecb093efa7a2ec80adec89b85c |
UHC | 姨뚯찓梨쀭쉸\ | 11101100101010011000110011101100101010011001010011101100101100011001011111101101100110101000111001011100 | eca98ceca994ecb197ed9a8e5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)