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 | 鞜丞从 | 111010001101111110001111111001011001100010111000 | e8df8fe598b8 |
EUC-JP | 鞜丞从 | 111100001110000110111110111001111101000010111010 | f0e1bee7d0ba |
UTF-8 | 鞜丞从 | 111010011001111010011100111001001011100010011110111001001011101110001110 | e99e9ce4b89ee4bb8e |
UHC | ?丞? | 00111111111000111010101000111111 | 3fe3aa3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)