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 | ???x{d | 001111110011111100111111011110000111101101100100 | 3f3f3f787b64 |
SJIS-WIN | 劾??x{d | 10001010010011100011111100111111011110000111101101100100 | 8a4e3f3f787b64 |
EUC-JP | 劾??x{d | 10110011101011110011111100111111011110000111101101100100 | b3af3f3f787b64 |
UTF-8 | 劾쏆콡x{d | 111001011000101010111110111011001000111110000110111011001011110110100001011110000111101101100100 | e58abeec8f86ecbda1787b64 |
UHC | 劾쏆콡x{d | 111110101011011010011011111011001011000110011001011110000111101101100100 | fab69becb199787b64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)