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 | ??渲?? | 00111111001111111000111111000111111011000011111100111111 | 3f3f8fc7ec3f3f |
UTF-8 | 렯렱渲렯렲 | 111010111010000010101111111010111010000010110001111001101011100010110010111010111010000010101111111010111010000010110010 | eba0afeba0b1e6b8b2eba0afeba0b2 |
UHC | 렯렱渲렯렲 | 10001110101111001000111010111110111000001100001010001110101111001000111010111111 | 8ebc8ebee0c28ebc8ebf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)