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 | 豕ろ梠 | 111001101011001110000010111010111001111010010001 | e6b382eb9e91 |
EUC-JP | 豕ろ梠 | 111011001011010110100100111011011101101111110001 | ecb5a4eddbf1 |
UTF-8 | 豕ろ梠 | 111010001011000110010101111000111000001010001101111001101010001010100000 | e8b195e3828de6a2a0 |
UHC | 豕ろ? | 1110001111001110101010101110110100111111 | e3ceaaed3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)