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 | ???爭? | 001111110011111100111111111000001010010100111111 | 3f3f3fe0a53f |
EUC-JP | ???爭? | 001111110011111100111111111000001010011100111111 | 3f3f3fe0a73f |
UTF-8 | 렳롈렳爭롆 | 111010111010000010110011111010111010000110001000111010111010000010110011111001111000100010101101111010111010000110000110 | eba0b3eba188eba0b3e788adeba186 |
UHC | 렳롈렳爭롆 | 10001110110000001000111011001110100011101100000011101110101100111000111011001100 | 8ec08ece8ec0eeb38ecc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)