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 | 001111110011111101000010 | 3f3f42 |
SJIS-WIN | 蘖?B | 10011111010100000011111101000010 | 9f503f42 |
EUC-JP | 蘖?B | 11011101101100010011111101000010 | ddb13f42 |
UTF-8 | 蘖봖B | 11101000100110001001011011101011101101001001011001000010 | e89896ebb49642 |
UHC | 蘖봖B | 1110010111101110100101000101001101000010 | e5ee945342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)