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 | 髢シ蟶夂。イ | 111010011001011010111100111001011011100010011010111001111010000110110010 | e996bce5b89ae7a1b2 |
EUC-JP | 髢シ蟶夂。イ | 111100011111011010001110101111001110101010111010110101001110100110001110101000011000111010110010 | f1f68ebceabad4e98ea18eb2 |
UTF-8 | 髢シ蟶夂。イ | 111010011010101110100010111011111011110110111100111010001001111110110110111001011010010010000010111011111011110110100001111011111011110110110010 | e9aba2efbdbce89fb6e5a482efbda1efbdb2 |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)