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 | ??[ | 001111110011111101011011 | 3f3f5b |
SJIS-WIN | ??[ | 001111110011111101011011 | 3f3f5b |
EUC-JP | ??[ | 001111110011111101011011 | 3f3f5b |
UTF-8 | 梨꿪[ | 11101111101001111010001011101010101111111010101001011011 | efa7a2eabfaa5b |
UHC | 梨꿪[ | 1110110010110001100001010110011101011011 | ecb185675b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)