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 | 豕ろ梵 | 111001101011001110000010111010111001111010010000 | e6b382eb9e90 |
EUC-JP | 豕ろ梵 | 111011001011010110100100111011011101101111110000 | ecb5a4eddbf0 |
UTF-8 | 豕ろ梵 | 111010001011000110010101111000111000001010001101111001101010001010110101 | e8b195e3828de6a2b5 |
UHC | 豕ろ梵 | 111000111100111010101010111011011101101111101111 | e3ceaaeddbef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)