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 | 100111001001011000111111001111111001110010010110001111110011111101000010 | 9c963f3f9c963f3f42 |
EUC-JP | 恂??恂??B | 110101111111011000111111001111111101011111110110001111110011111101000010 | d7f63f3fd7f63f3f42 |
UTF-8 | 恂띲깏恂띲깏B | 11100110100000011000001011101011100111011011001011101010101110011000111111100110100000011000001011101011100111011011001011101010101110011000111101000010 | e68182eb9db2eab98fe68182eb9db2eab98f42 |
UHC | 恂띲깏恂띲깏B | 11100010111000011000110111100011100000111000101011100010111000011000110111100011100000111000101001000010 | e2e18de3838ae2e18de3838a42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)