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 | ????@h | 001111110011111100111111001111110100000001101000 | 3f3f3f3f4068 |
SJIS-WIN | 績???@h | 10010000110100010011111100111111001111110100000001101000 | 90d13f3f3f4068 |
EUC-JP | 績???@h | 11000000110100110011111100111111001111110100000001101000 | c0d33f3f3f4068 |
UTF-8 | 績몄렟렜@h | 1110011110111000101111101110101110101010100001001110101110100000100111111110101110100000100111000100000001101000 | e7b8beebaa84eba09feba09c4068 |
UHC | 績몄렟렜@h | 11101110111000001011100011101100100011101011000010001110101011100100000001101000 | eee0b8ec8eb08eae4068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)