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 | 蕚釈篠 | 111001001101010010001110110111111000111011000010 | e4d48edf8ec2 |
EUC-JP | 蕚釈篠 | 111010001101011010111100111000011011110011000100 | e8d6bce1bcc4 |
UTF-8 | 蕚釈篠 | 111010001001010110011010111010011000011110001000111001111010111110100000 | e8959ae98788e7afa0 |
UHC | ??篠 | 00111111001111111110000111000110 | 3f3fe1c6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)