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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | ?鬚 | 001111111110100110100010 | 3fe9a2 |
EUC-JP | ?鬚 | 001111111111001010100100 | 3ff2a4 |
UTF-8 | 얛鬚 | 111011001001011010011011111010011010110010011010 | ec969be9ac9a |
UHC | 얛鬚 | 10011110010001001110001011010001 | 9e44e2d1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)