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 | ??席?? | 001111110011111110010000110010000011111100111111 | 3f3f90c83f3f |
EUC-JP | ??席?? | 001111110011111111000000110010100011111100111111 | 3f3fc0ca3f3f |
UTF-8 | 렯렮席렯롅 | 111010111010000010101111111010111010000010101110111001011011100010101101111010111010000010101111111010111010000110000101 | eba0afeba0aee5b8adeba0afeba185 |
UHC | 렯렮席렯롅 | 10001110101111001000111010111011111000001010110010001110101111001000111011001011 | 8ebc8ebbe0ac8ebc8ecb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)