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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
UTF-8 | 얍렲렯렒렱 | 111011001001011010001101111010111010000010110010111010111010000010101111111010111010000010010010111010111010000010110001 | ec968deba0b2eba0afeba092eba0b1 |
UHC | 얍렲렯렒렱 | 10111110111001011000111010111111100011101011110010001110101001111000111010111110 | bee58ebf8ebc8ea78ebe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)