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 | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 籖獰矗B | 11100010110111011110000011010110111000011101111001000010 | e2dde0d6e1de42 |
EUC-JP | 籖獰矗B | 11100100110111111110000011011000111000101110000001000010 | e4dfe0d8e2e042 |
UTF-8 | 籖獰矗B | 11100111101100011001011011100111100011011011000011100111100111111001011101000010 | e7b196e78db0e79f9742 |
UHC | ?獰矗B | 001111111110011110111110111101011011100001000010 | 3fe7bef5b842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)