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 | 濟?燼頭? | 1110000001011010001111111110000010011110100100111010101000111111 | e05a3fe09e93aa3f |
EUC-JP | 濟?燼頭? | 1101111110111011001111111101111111111110110001101010110000111111 | dfbb3fdffec6ac3f |
UTF-8 | 濟렠燼頭렣 | 111001101011111110011111111010111010000010100000111001111000011110111100111010011010000010101101111010111010000010100011 | e6bf9feba0a0e787bce9a0adeba0a3 |
UHC | 濟렠燼頭렣 | 11110000101011011000111010110001111000111110100011010100111010011000111010110100 | f0ad8eb1e3e8d4e98eb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)