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 | 譽夐●蓁呈 | 11100110101000111001101011101001100000011001110011100100111010111001001011100110 | e6a39ae9819ce4eb92e6 |
EUC-JP | 譽夐●蓁呈 | 11101100101001011101010011101011101000011111110011101000111011011100010011101000 | eca5d4eba1fce8edc4e8 |
UTF-8 | 譽夐●蓁呈 | 111010001010110110111101111001011010010010010000111000101001011110001111111010001001001110000001111001011001000110001000 | e8adbde5a490e2978fe89381e59188 |
UHC | 譽?●?呈 | 1110011111100010001111111010000111011100001111111110111111010000 | e7e23fa1dc3fefd0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)