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 | 壕蕎?壕? | 1000110110001000100010111011110000111111100011011000100000111111 | 8d888bbc3f8d883f |
EUC-JP | 壕蕎?壕? | 1011100111101000101101101011111000111111101110011110100000111111 | b9e8b6be3fb9e83f |
UTF-8 | 壕蕎ㄺ壕묍 | 111001011010001110010101111010001001010110001110111000111000010010111010111001011010001110010101111010111010110010001101 | e5a395e8958ee384bae5a395ebac8d |
UHC | 壕蕎ㄺ壕묍 | 11111011101111011100111011110000101001001010101011111011101111011011100110100011 | fbbdcef0a4aafbbdb9a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)