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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 雍逸抄蜿耶、 | 1110100010110100100010001110110110001111101101001110010110001111100101101110101110100100 | e8b488ed8fb4e58f96eba4 |
EUC-JP | 雍逸抄蜿耶、 | 111100001011011010110000111011111011111010110110111010011110111111001100111011011000111010100100 | f0b6b0efbeb6e9efcced8ea4 |
UTF-8 | 雍逸抄蜿耶、 | 111010011001101110001101111010011000000010111000111001101000101010000100111010001001110010111111111010001000000010110110111011111011110110100100 | e99b8de980b8e68a84e89cbfe880b6efbda4 |
UHC | 雍逸抄?耶? | 11101000101111001110110011101111111101001111110000111111111001011010110100111111 | e8bceceff4fc3fe5ad3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)