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 | ?瀋?日ケ | 0011111111100000011000110011111110010011111110101000001101010000 | 3fe0633f93fa8350 |
EUC-JP | ?瀋?日ケ | 0011111111011111110001000011111111000110111111001010010110110001 | 3fdfc43fc6fca5b1 |
UTF-8 | 룶瀋룫日ケ | 111010111010001110110110111001111000000010001011111010111010001110101011111001101001011110100101111000111000001010110001 | eba3b6e7808beba3abe697a5e382b1 |
UHC | 룶瀋룫日ケ | 10001111101010111110010010100011100011111010001011101100111011011010101110110001 | 8fabe4a38fa2ecedabb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)