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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 諄?燼 | 1110011001111000001111111110000010011110 | e6783fe09e |
EUC-JP | 諄?燼 | 1110101111011001001111111101111111111110 | ebd93fdffe |
UTF-8 | 諄렣燼 | 111010001010101110000100111010111010000010100011111001111000011110111100 | e8ab84eba0a3e787bc |
UHC | 諄렣燼 | 111000101111010010001110101101001110001111101000 | e2f48eb4e3e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)