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 | 鴉??爰? | 11101001111010110011111100111111111000001010011100111111 | e9eb3f3fe0a73f |
EUC-JP | 鴉??爰? | 11110010111011010011111100111111111000001010100100111111 | f2ed3f3fe0a93f |
UTF-8 | 鴉띻퓭爰곫 | 111010011011010010001001111010111001110110111011111011011001001110101101111001111000100010110000111010101011001110101011 | e9b489eb9dbbed93ade788b0eab3ab |
UHC | 鴉띻퓭爰곫 | 11100100101111001000110111101010101111111001010011101010101110101000000111100110 | e4bc8deabf94eaba81e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)