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 | ??彫鈑 | 001111110011111110010010101001001110011111100101 | 3f3f92a4e7e5 |
EUC-JP | ??彫鈑 | 001111110011111111000100101001101110111011100111 | 3f3fc4a6eee7 |
UTF-8 | 뤱뮬彫鈑 | 111010111010010010110001111010111010111010101100111001011011110110101011111010011000100010010001 | eba4b1ebaeace5bdabe98891 |
UHC | 뤱뮬彫鈑 | 1000111111011111101110011100010011110000110000011111011111111110 | 8fdfb9c4f0c1f7fe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)