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 | ?????zB | 00111111001111110011111100111111001111110111101001000010 | 3f3f3f3f3f7a42 |
SJIS-WIN | ?????zB | 00111111001111110011111100111111001111110111101001000010 | 3f3f3f3f3f7a42 |
EUC-JP | ?????zB | 00111111001111110011111100111111001111110111101001000010 | 3f3f3f3f3f7a42 |
UTF-8 | 렱롛솔렯렑zB | 1110101110100000101100011110101110100001100110111110110010000110100101001110101110100000101011111110101110100000100100010111101001000010 | eba0b1eba19bec8694eba0afeba0917a42 |
UHC | 렱롛솔렯렑zB | 100011101011111010001110110111111011110011010110100011101011110010001110101001100111101001000010 | 8ebe8edfbcd68ebc8ea67a42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)