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 | 癲≪?釉 | 11100001100111111000000111100001001111111110011111010110 | e19f81e13fe7d6 |
EUC-JP | 癲≪?釉 | 11100010101000011010001011100011001111111110111011011000 | e2a1a2e33feed8 |
UTF-8 | 癲≪쉫釉 | 111001111001100110110010111000101000100110101010111011001000100110101011111010011000011110001001 | e799b2e289aaec89abe98789 |
UHC | 癲≪쉫釉 | 1110111110100110101000011110110010011010100001011110101110111000 | efa6a1ec9a85ebb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)