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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 夜?????B | 1001011011101001001111110011111100111111001111110011111101000010 | 96e93f3f3f3f3f42 |
EUC-JP | 夜??洧??B | 11001100111010110011111100111111100011111100011110110100001111110011111101000010 | cceb3f3f8fc7b43f3f42 |
UTF-8 | 夜쏅땀洧밟뀬B | 11100101101001001001110011101100100011111000010111101011100101011000000011100110101101001010011111101011101100001001111111101011100000001010110001000010 | e5a49cec8f85eb9580e6b4a7ebb09feb80ac42 |
UHC | 夜쏅땀洧밟뀬B | 11100101101010001001101111101011101101101010000111101010111110111011100111100010100001011010001001000010 | e5a89bebb6a1eafbb9e285a242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)