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 | 壕蕎?齎? | 1000110110001000100010111011110000111111111001101101100000111111 | 8d888bbc3fe6d83f |
EUC-JP | 壕蕎?齎? | 1011100111101000101101101011111000111111111011001101101000111111 | b9e8b6be3fecda3f |
UTF-8 | 壕蕎툿齎쮸 | 111001011010001110010101111010001001010110001110111011011000100010111111111010011011110110001110111011001010111010111000 | e5a395e8958eed88bfe9bd8eecaeb8 |
UHC | 壕蕎툿齎쮸 | 11111011101111011100111011110000110001011111101111101110101100101100001011101001 | fbbdcef0c5fbeeb2c2e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)