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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 遽冗萄 | 111001111010111110001111111001111001001110111000 | e7af8fe793b8 |
EUC-JP | 遽冗萄 | 111011101011000110111110111010011100011010111010 | eeb1bee9c6ba |
UTF-8 | 遽冗萄 | 111010011000000110111101111001011000011010010111111010001001000010000100 | e981bde58697e89084 |
UHC | 遽冗萄 | 110010111110100011101001101101111101010010101100 | cbe8e9b7d4ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)