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 | 塢??渦 | 100110101100011100111111001111111000100101010001 | 9ac73f3f8951 |
EUC-JP | 塢??渦 | 110101001100100100111111001111111011000110110010 | d4c93f3fb1b2 |
UTF-8 | 塢쇿릦渦 | 111001011010000110100010111011001000011110111111111010111010011010100110111001101011100010100110 | e5a1a2ec87bfeba6a6e6b8a6 |
UHC | 塢쇿릦渦 | 1110011111110001100110011110010110010000100010001110100010111110 | e7f199e59088e8be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)