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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 瑾猴話 | 111000001111010111100000110010111001100001100010 | e0f5e0cb9862 |
EUC-JP | 瑾猴話 | 111000001111011111100000110011011100111111000011 | e0f7e0cdcfc3 |
UTF-8 | 瑾猴話 | 111001111001000110111110111001111000110010110100111010001010100110110001 | e791bee78cb4e8a9b1 |
UHC | 瑾?話 | 1101000011001000001111111111110010100101 | d0c83ffca5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)