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 | 、スカ鋠 | 111100001011101110100100111100011000111010111101101101101111101111010101 | f0bba4f18ebdb6fbd5 |
EUC-JP | ?、?スカ鋠 | 0011111110001110101001000011111110001110101111011000111010110110100011111110010011000111 | 3f8ea43f8ebd8eb68fe4c7 |
UTF-8 | 、スカ鋠 | 111011101000000110111010111011111011110110100100111011101000010010001001111011111011110110111101111011111011110110110110111010011000101110100000 | ee81baefbda4ee8489efbdbdefbdb6e98ba0 |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)