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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 敖??罌 | 100111011100001000111111001111111110001110100000 | 9dc23f3fe3a0 |
EUC-JP | 敖??罌 | 110110101100010000111111001111111110011010100010 | dac43f3fe6a2 |
UTF-8 | 敖잞쉭罌 | 111001101001010110010110111011001001111010011110111011001000100110101101111001111011110110001100 | e69596ec9e9eec89ade7bd8c |
UHC | 敖잞쉭罌 | 1110011111111001100111111110111110111101101011011110010110100010 | e7f99fefbdade5a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)