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 | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 昻??昻??B | 111110101101000000111111001111111111101011010000001111110011111101000010 | fad03f3ffad03f3f42 |
EUC-JP | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
UTF-8 | 昻븀킋昻븀킋B | 11100110100110001011101111101011101110001000000011101101100000101000101111100110100110001011101111101011101110001000000011101101100000101000101101000010 | e698bbebb880ed828be698bbebb880ed828b42 |
UHC | 昻븀킋昻븀킋B | 11100100111010011011101011100111101101001001011111100100111010011011101011100111101101001001011101000010 | e4e9bae7b497e4e9bae7b49742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)