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 | ?????g\ | 00111111001111110011111100111111001111110110011101011100 | 3f3f3f3f3f675c |
SJIS-WIN | ????宗g\ | 0011111100111111001111110011111110001111010000000110011101011100 | 3f3f3f3f8f40675c |
EUC-JP | ????宗g\ | 0011111100111111001111110011111110111101101000010110011101011100 | 3f3f3f3fbda1675c |
UTF-8 | 렯롉렯렿宗g\ | 1110101110100000101011111110101110100001100010011110101110100000101011111110101110100000101111111110010110101110100101110110011101011100 | eba0afeba189eba0afeba0bfe5ae97675c |
UHC | 렯롉렯렿宗g\ | 100011101011110010001110110011111000111010111100100011101100011111110000111100110110011101011100 | 8ebc8ecf8ebc8ec7f0f3675c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)