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 | 腺o雉 | 100100010100001010000010100011111110100010110011 | 9142828fe8b3 |
EUC-JP | 腺o雉 | 110000011010001110100011111011111111000010110101 | c1a3a3eff0b5 |
UTF-8 | 腺o雉 | 111010001000010110111010111011111011110110001111111010011001101110001001 | e885baefbd8fe99b89 |
UHC | 腺o雉 | 111000001100110110100011111011111111011011001011 | e0cda3eff6cb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)