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 | 1110011111001111001111110011111101000010 | e7cf3f3f42 |
EUC-JP | 醯??B | 1110111011010001001111110011111101000010 | eed13f3f42 |
UTF-8 | 醯뤷쳣B | 11101001100001101010111111101011101001001011011111101100101100111010001101000010 | e986afeba4b7ecb3a342 |
UHC | 醯뤷쳣B | 11111011101110001000111111100101101010111000100101000010 | fbb88fe5ab8942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)