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 | ??k | 001111110011111101101011 | 3f3f6b |
SJIS-WIN | 栽?k | 10001101110011010011111101101011 | 8dcd3f6b |
EUC-JP | 栽?k | 10111010110011110011111101101011 | bacf3f6b |
UTF-8 | 栽렒k | 11100110101000001011110111101011101000001001001001101011 | e6a0bdeba0926b |
UHC | 栽렒k | 1110111010101000100011101010011101101011 | eea88ea76b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)