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 | 敖??癌 | 100111011100001000111111001111111000101011100000 | 9dc23f3f8ae0 |
EUC-JP | 敖??癌 | 110110101100010000111111001111111011010011100010 | dac43f3fb4e2 |
UTF-8 | 敖뉚떌癌 | 111001101001010110010110111010111000100110011010111010111001011010001100111001111001100110001100 | e69596eb899aeb968ce7998c |
UHC | 敖뉚떌癌 | 1110011111111001100001111110111010001011101000101110010011011111 | e7f987ee8ba2e4df |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)