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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 績??Ι | 100100001101000100111111001111111000001110100111 | 90d13f3f83a7 |
EUC-JP | 績??Ι | 110000001101001100111111001111111010011010101001 | c0d33f3fa6a9 |
UTF-8 | 績몄렟Ι | 1110011110111000101111101110101110101010100001001110101110100000100111111100111010011001 | e7b8beebaa84eba09fce99 |
UHC | 績몄렟Ι | 1110111011100000101110001110110010001110101100001010010111001001 | eee0b8ec8eb0a5c9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)