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 | 001111110011111100111111100011111011011000111111001111110111101101100100 | 3f3f3f8fb63f3f7b64 |
EUC-JP | ???掌??{d | 001111110011111100111111101111101011100000111111001111110111101101100100 | 3f3f3fbeb83f3f7b64 |
UTF-8 | 黎쒙숯掌잞슴{d | 1110111110100110100010011110110010010010100110011110110010001000101011111110011010001110100011001110110010011110100111101110110010001010101101000111101101100100 | efa689ec9299ec88afe68e8cec9e9eec8ab47b64 |
UHC | 黎쒙숯掌잞슴{d | 1110011010110001100111001110111110111101101000011110110111100110100111111110111110111101101111110111101101100100 | e6b19cefbda1ede69fefbdbf7b64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)