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 | 蟻ゆ? | 1000101101100001100000101110010000111111 | 8b6182e43f |
EUC-JP | 蟻ゆ? | 1011010111000010101001001110011000111111 | b5c2a4e63f |
UTF-8 | 蟻ゆ뎬 | 111010001001111110111011111000111000001010000110111010111000111010101100 | e89fbbe38286eb8eac |
UHC | 蟻ゆ뎬 | 111010111111110010101010111001101011010110110100 | ebfcaae6b5b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)