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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 迂?? | 10001001010010010011111100111111 | 89493f3f |
EUC-JP | 迂?? | 10110001101010100011111100111111 | b1aa3f3f |
UTF-8 | 迂勒갊 | 111010001011111110000010111011111010010110010010111010101011000010001010 | e8bf82efa592eab08a |
UHC | 迂勒갊 | 111010011110011011010010111100001011000010100111 | e9e6d2f0b0a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)