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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 蟾杭蟾校 | 1110010110110111100011010101100111100101101101111000110101011010 | e5b78d59e5b78d5a |
EUC-JP | 蟾杭蟾校 | 1110101010111001101110011011101011101010101110011011100110111011 | eab9b9baeab9b9bb |
UTF-8 | 蟾杭蟾校 | 111010001001111110111110111001101001110110101101111010001001111110111110111001101010000010100001 | e89fbee69dade89fbee6a0a1 |
UHC | 蟾杭蟾校 | 1110000011101010111110011111100011100000111010101100111011101000 | e0eaf9f8e0eacee8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)