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 | 壕蕎ㄾ壕븅 | 111001011010001110010101111010001001010110001110111000111000010010111110111001011010001110010101111010111011100010000101 | e5a395e8958ee384bee5a395ebb885 |
UHC | 壕蕎ㄾ壕븅 | 11111011101111011100111011110000101001001010111011111011101111011011101011101001 | fbbdcef0a4aefbbdbae9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)