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 | 0011111110001010111101000011111101000010 | 3f8af43f42 |
EUC-JP | ?幾?B | 0011111110110100111101100011111101000010 | 3fb4f63f42 |
UTF-8 | 룵幾패B | 11101011101000111011010111100101101110011011111011101101100011001010100001000010 | eba3b5e5b9beed8ca842 |
UHC | 룵幾패B | 10001111101010101101000011111010110001101101000001000010 | 8faad0fac6d042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)