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 | 11100011101000111000110110001100100000101011110101000010 | e3a38d8c82bd42 |
EUC-JP | 罐轟たB | 11100110101001011011100111101100101001001011111101000010 | e6a5b9eca4bf42 |
UTF-8 | 罐轟たB | 11100111101111011001000011101000101111011001111111100011100000011001111101000010 | e7bd90e8bd9fe3819f42 |
UHC | 罐轟たB | 11001110101110001100111011011110101010101011111101000010 | ceb8cedeaabf42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)