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 | 﨟ィ螟ア轢ィ | 111110111001110110101000111001011010010010110001111001111000000010101000 | fb9da8e5a4b1e780a8 |
EUC-JP | ?ィ螟ア轢ィ | 0011111110001110101010001110101010100110100011101011000111101101111000001000111010101000 | 3f8ea8eaa68eb1ede08ea8 |
UTF-8 | 﨟ィ螟ア轢ィ | 111011111010100010011111111011111011110110101000111010001001111010011111111011111011110110110001111010001011110110100010111011111011110110101000 | efa89fefbda8e89e9fefbdb1e8bda2efbda8 |
UHC | ??螟?轢? | 0011111100111111110110011010110100111111110101011111100100111111 | 3f3fd9ad3fd5f93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)