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 | 工? | 100011010100100000111111 | 8d483f |
EUC-JP | 工? | 101110011010100100111111 | b9a93f |
UTF-8 | 工째 | 111001011011011110100101111011001010011110111000 | e5b7a5eca7b8 |
UHC | 工째 | 11001101111011111100001010110000 | cdefc2b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)