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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 績???B | 100100001101000100111111001111110011111101000010 | 90d13f3f3f42 |
EUC-JP | 績???B | 110000001101001100111111001111110011111101000010 | c0d33f3f3f42 |
UTF-8 | 績몄렟렓B | 11100111101110001011111011101011101010101000010011101011101000001001111111101011101000001001001101000010 | e7b8beebaa84eba09feba09342 |
UHC | 績몄렟렓B | 111011101110000010111000111011001000111010110000100011101010100001000010 | eee0b8ec8eb08ea842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)