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 | 壕蕎??盒 | 1000110110001000100010111011110000111111001111111110000110110100 | 8d888bbc3f3fe1b4 |
EUC-JP | 壕蕎??盒 | 1011100111101000101101101011111000111111001111111110001010110110 | b9e8b6be3f3fe2b6 |
UTF-8 | 壕蕎툰뤯盒 | 111001011010001110010101111010001001010110001110111011011000100010110000111010111010010010101111111001111001101110010010 | e5a395e8958eed88b0eba4afe79b92 |
UHC | 壕蕎툰뤯盒 | 11111011101111011100111011110000110001011111011110001111110111011111100111101100 | fbbdcef0c5f78fddf9ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)