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 | 閼ょ泣貂ャ | 111010001000010010000010111001011000101110000011111001101011100010101100 | e88482e58b83e6b8ac |
EUC-JP | 閼ょ泣貂ャ | 11101111111001001010010011100111101101011110001111101100101110101000111010101100 | efe4a4e7b5e3ecba8eac |
UTF-8 | 閼ょ泣貂ャ | 111010011001011010111100111000111000001010000111111001101011001110100011111010001011001010000010111011111011110110101100 | e996bce38287e6b3a3e8b282efbdac |
UHC | 閼ょ泣貂? | 111001001101100110101010111001111110101111101000111101011011000000111111 | e4d9aae7ebe8f5b03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)