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 | 髢シ繧域・ウ | 111010011001011010111100111000111000001010001000111001101010010110110011 | e996bce38288e6a5b3 |
EUC-JP | 髢シ繧域・ウ | 111100011111011010001110101111001110010111100010101100001110100010001110101001011000111010110011 | f1f68ebce5e2b0e88ea58eb3 |
UTF-8 | 髢シ繧域・ウ | 111010011010101110100010111011111011110110111100111001111011100110100111111001011001111110011111111011111011110110100101111011111011110110110011 | e9aba2efbdbce7b9a7e59f9fefbda5efbdb3 |
UHC | ???域?? | 00111111001111110011111111100110101101000011111100111111 | 3f3f3fe6b43f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)