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 | ????dB | 001111110011111100111111001111110110010001000010 | 3f3f3f3f6442 |
SJIS-WIN | ????dB | 001111110011111100111111001111110110010001000010 | 3f3f3f3f6442 |
EUC-JP | ????dB | 001111110011111100111111001111110110010001000010 | 3f3f3f3f6442 |
UTF-8 | 뭋뫁뭊뫐dB | 1110101110101101100010111110101110101011100000011110101110101101100010101110101110101011100100000110010001000010 | ebad8bebab81ebad8aebab906442 |
UHC | 뭋뫁뭊뫐dB | 10010010010101101001000110100101100100100101010110010001101100100110010001000010 | 925691a5925591b26442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)