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 | ??BF | 00111111001111110100001001000110 | 3f3f4246 |
SJIS-WIN | 獏濤BF | 111000001101000110011111101101110100001001000110 | e0d19fb74246 |
EUC-JP | 獏濤BF | 111000001101001111011110101110010100001001000110 | e0d3deb94246 |
UTF-8 | 獏濤BF | 1110011110001101100011111110011010111111101001000100001001000110 | e78d8fe6bfa44246 |
UHC | ?濤BF | 0011111111010100101001100100001001000110 | 3fd4a64246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)