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 | 亥船? | 1000100011100101100100010100010000111111 | 88e591443f |
EUC-JP | 亥船? | 1011000011100111110000011010010100111111 | b0e7c1a53f |
UTF-8 | 亥船갖 | 111001001011101010100101111010001000100010111001111010101011000010010110 | e4baa5e888b9eab096 |
UHC | 亥船갖 | 111110101010010011100000110011111011000010101110 | faa4e0cfb0ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)