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 | ??h?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
SJIS-WIN | 鴣稟h鴣稟 | 111010011111001111100010011001110110100011101001111100111110001001100111 | e9f3e26768e9f3e267 |
EUC-JP | 鴣稟h鴣稟 | 111100101111010111100011110010000110100011110010111101011110001111001000 | f2f5e3c868f2f5e3c8 |
UTF-8 | 鴣稟h鴣稟 | 11101001101101001010001111100111101010001001111101101000111010011011010010100011111001111010100010011111 | e9b4a3e7a89f68e9b4a3e7a89f |
UHC | ?稟h?稟 | 00111111111110011010001001101000001111111111100110100010 | 3ff9a2683ff9a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)