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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 壹?珥?阻 | 1001101011100011001111111110000011100000001111111001000101101010 | 9ae33fe0e03f916a |
EUC-JP | 壹?珥?阻 | 1101010011100101001111111110000011100010001111111100000111001011 | d4e53fe0e23fc1cb |
UTF-8 | 壹렣珥렰阻 | 111001011010001110111001111010111010000010100011111001111000111110100101111010111010000010110000111010011001100010111011 | e5a3b9eba0a3e78fa5eba0b0e998bb |
UHC | 壹렣珥렰阻 | 11101100111011001000111010110100111011001011010010001110101111011111000011100110 | ecec8eb4ecb48ebdf0e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)