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 | ??????{d | 0011111100111111001111110011111100111111001111110111101101100100 | 3f3f3f3f3f3f7b64 |
SJIS-WIN | ??????{d | 0011111100111111001111110011111100111111001111110111101101100100 | 3f3f3f3f3f3f7b64 |
EUC-JP | ??????{d | 0011111100111111001111110011111100111111001111110111101101100100 | 3f3f3f3f3f3f7b64 |
UTF-8 | 梨숈콟淋륂슓{d | 1110111110100111101000101110110010001000100010001110110010111101100111111110111110100111101101011110101110100101100000101110110010001010100100110111101101100100 | efa7a2ec8888ecbd9fefa7b5eba582ec8a937b64 |
UHC | 梨숈콟淋륂슓{d | 1110110010110001100110011110110010110001100101111110110011111000100011111110110110011010101000100111101101100100 | ecb199ecb197ecf88fed9aa27b64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)