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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 魘雅攸寬カ | 111010011011010010001001111010111001110110111111111110101010101010110110 | e9b489eb9dbffaaab6 |
EUC-JP | 魘雅攸?カ | 111100101011011010110010111011011101101011000001001111111000111010110110 | f2b6b2eddac13f8eb6 |
UTF-8 | 魘雅攸寬カ | 111010011010110110011000111010011001101110000101111001101001010010111000111001011010111110101100111011111011110110110110 | e9ad98e99b85e694b8e5afacefbdb6 |
UHC | ?雅攸寬? | 0011111111100100101110101110101011110010110011101011000000111111 | 3fe4baeaf2ceb03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)