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 | 閼ょ泣豈 | 1110100010000100100000101110010110001011100000111110011010101111 | e88482e58b83e6af |
EUC-JP | 閼ょ泣豈 | 1110111111100100101001001110011110110101111000111110110010110001 | efe4a4e7b5e3ecb1 |
UTF-8 | 閼ょ泣豈 | 111010011001011010111100111000111000001010000111111001101011001110100011111010001011000110001000 | e996bce38287e6b3a3e8b188 |
UHC | 閼ょ泣豈 | 1110010011011001101010101110011111101011111010001101000111000010 | e4d9aae7ebe8d1c2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)