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 | フ鬟蝪 | 1100110011101001101000111110010110100001 | cce9a3e5a1 |
EUC-JP | フ鬟蝪 | 100011101100110011110010101001011110101010100011 | 8eccf2a5eaa3 |
UTF-8 | フ鬟蝪 | 111011111011111010001100111010011010110010011111111010001001110110101010 | efbe8ce9ac9fe89daa |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)