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 | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 餓??B | 1000100111101100001111110011111101000010 | 89ec3f3f42 |
EUC-JP | 餓??B | 1011001011101110001111110011111101000010 | b2ee3f3f42 |
UTF-8 | 餓뀀젷B | 11101001101001001001001111101011100000001000000011101100101000001011011101000010 | e9a493eb8080eca0b742 |
UHC | 餓뀀젷B | 11100100101110111011001011101011101000001010101101000010 | e4bbb2eba0ab42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)