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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 蝪セ諞らッ | 1110010110100001101111101110011010000110100000101110011110101111 | e5a1bee68682e7af |
EUC-JP | 蝪セ諞らッ | 11101010101000111000111010111110111010111110011010100100111010011000111010101111 | eaa38ebeebe6a4e98eaf |
UTF-8 | 蝪セ諞らッ | 111010001001110110101010111011111011110110111110111010001010101110011110111000111000001010001001111011111011110110101111 | e89daaefbdbee8ab9ee38289efbdaf |
UHC | ???ら? | 001111110011111100111111101010101110100100111111 | 3f3f3faae93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)