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 | ??}B | 00111111001111110111110101000010 | 3f3f7d42 |
SJIS-WIN | 猿?}B | 1000100110001110001111110111110101000010 | 898e3f7d42 |
EUC-JP | 猿?}B | 1011000111101110001111110111110101000010 | b1ee3f7d42 |
UTF-8 | 猿렱}B | 1110011110001100101111111110101110100000101100010111110101000010 | e78cbfeba0b17d42 |
UHC | 猿렱}B | 111010101011101110001110101111100111110101000010 | eabb8ebe7d42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)