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 | ???Y???gF | 001111110011111100111111010110010011111100111111001111110110011101000110 | 3f3f3f593f3f3f6746 |
SJIS-WIN | ???Y???gF | 001111110011111100111111010110010011111100111111001111110110011101000110 | 3f3f3f593f3f3f6746 |
EUC-JP | ???Y???gF | 001111110011111100111111010110010011111100111111001111110110011101000110 | 3f3f3f593f3f3f6746 |
UTF-8 | 溜좊죫Y溜삳젉gF | 111011111010011110001011111011001010001010001010111011001010001110101011010110011110111110100111100010111110110010000010101100111110110010100000100010010110011101000110 | efa78beca28aeca3ab59efa78bec82b3eca0896746 |
UHC | 溜좊죫Y溜삳젉gF | 111010101111111010100000111010111010000110000110010110011110101011111110101110111110101110100000100010110110011101000110 | eafea0eba18659eafebbeba08b6746 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)