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 | 雎ク讙守茶 | 111010001011000110111000111001101010101010001110111001111001001010000011 | e8b1b8e6aa8ee79283 |
EUC-JP | 雎ク讙守茶 | 11110000101100111000111010111000111011001010110010111100111010011100001111100011 | f0b38eb8ecacbce9c3e3 |
UTF-8 | 雎ク讙守茶 | 111010011001101110001110111011111011110110111000111010001010111010011001111001011010111010001000111010001000110010110110 | e99b8eefbdb8e8ae99e5ae88e88cb6 |
UHC | 雎??守茶 | 1110111011010001001111110011111111100001111110101101001011111110 | eed13f3fe1fad2fe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)