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 | ?鎭?粧厓 | 0011111111101000010011100011111110001111110011111111101010001101 | 3fe84e3f8fcffa8d |
EUC-JP | ?鎭?粧厓 | 001111111110111110101111001111111011111011010001100011111011010011000111 | 3fefaf3fbed18fb4c7 |
UTF-8 | 롚鎭뤒粧厓 | 111010111010000110011010111010011000111010101101111010111010010010010010111001111011001010100111111001011000111010010011 | eba19ae98eadeba492e7b2a7e58e93 |
UHC | 롚鎭뤒粧厓 | 10001110110111101111001011100101100011111100001011101101111100101110010011101101 | 8edef2e58fc2edf2e4ed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)