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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 剪篩量枝? | 100110011001001011100010101111111001011111001010100011100111110100111111 | 9992e2bf97ca8e7d3f |
EUC-JP | 剪篩量枝? | 110100011111001011100100110000011100111011001100101110111101111000111111 | d1f2e4c1ceccbbde3f |
UTF-8 | 剪篩量枝믈 | 111001011000100110101010111001111010111110101001111010011000011110001111111001101001111010011101111010111010111110001000 | e589aae7afa9e9878fe69e9debaf88 |
UHC | 剪篩量枝믈 | 11101110111100101101111011101000110101011110000111110010101010111011100111001001 | eef2dee8d5e1f2abb9c9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)