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 | ???E | 00111111001111110011111101000101 | 3f3f3f45 |
SJIS-WIN | 矗瞶瞞E | 11100001110111101110000111010110111000011101010001000101 | e1dee1d6e1d445 |
EUC-JP | 矗瞶瞞E | 11100010111000001110001011011000111000101101011001000101 | e2e0e2d8e2d645 |
UTF-8 | 矗瞶瞞E | 11100111100111111001011111100111100111101011011011100111100111101001111001000101 | e79f97e79eb6e79e9e45 |
UHC | 矗?瞞E | 111101011011100000111111110110001011111001000101 | f5b83fd8be45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)