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 | 陋ケ諤懷噫 | 111010001001101110111001111001101000000010011100111001011001101010000000 | e89bb9e6809ce59a80 |
EUC-JP | 陋ケ諤懷噫 | 11101111111110111000111010111001111010111110000011011000111001111101001111100000 | effb8eb9ebe0d8e7d3e0 |
UTF-8 | 陋ケ諤懷噫 | 111010011001100110001011111011111011110110111001111010001010101110100100111001101000011110110111111001011001100110101011 | e9998befbdb9e8aba4e687b7e599ab |
UHC | 陋??懷噫 | 1101011110110000001111110011111111111100111000111111110111101101 | d7b03f3ffce3fded |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)