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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?????涅 | 00111111001111110011111100111111001111111001111110111000 | 3f3f3f3f3f9fb8 |
EUC-JP | ?????涅 | 00111111001111110011111100111111001111111101111010111010 | 3f3f3f3f3fdeba |
UTF-8 | 얏렶렯렲렱涅 | 111011001001011010001111111010111010000010110110111010111010000010101111111010111010000010110010111010111010000010110001111001101011011010000101 | ec968feba0b6eba0afeba0b2eba0b1e6b685 |
UHC | 얏렶렯렲렱涅 | 101111101110011010001110110000011000111010111100100011101011111110001110101111101110011011101110 | bee68ec18ebc8ebf8ebee6ee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)