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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 閼ょ泣萓 | 1110100010000100100000101110010110001011100000111110010010111110 | e88482e58b83e4be |
EUC-JP | 閼ょ泣萓 | 1110111111100100101001001110011110110101111000111110100011000000 | efe4a4e7b5e3e8c0 |
UTF-8 | 閼ょ泣萓 | 111010011001011010111100111000111000001010000111111001101011001110100011111010001001000010010011 | e996bce38287e6b3a3e89093 |
UHC | 閼ょ泣? | 11100100110110011010101011100111111010111110100000111111 | e4d9aae7ebe83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)