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 | 1001101011000111001111110011111100111111001111110011111101000010 | 9ac73f3f3f3f3f42 |
EUC-JP | 塢?????B | 1101010011001001001111110011111100111111001111110011111101000010 | d4c93f3f3f3f3f42 |
UTF-8 | 塢녽뀎寧밧뇤B | 11100101101000011010001011101011100001011011110111101011100000001000111011101111101001101010101011101011101100001010011111101011100001111010010001000010 | e5a1a2eb85bdeb808eefa6aaebb0a7eb87a442 |
UHC | 塢녽뀎寧밧뇤B | 11100111111100011000011011101001100001011000100111100111101011001011100111100101100001111000110001000010 | e7f186e98589e7acb9e5878c42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)