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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
UTF-8 | 횖쨌챵챠짜횒 | 111011011001101010010110111011001010100010001100111011001011000110110101111011001011000110100000111011001010011110011100111011011001101010010010 | ed9a96eca88cecb1b5ecb1a0eca79ced9a92 |
UHC | 횖쨌챵챠짜횒 | 110000111001000011000010101101111100001110110010110000111010110111000010101001011100001110001101 | c390c2b7c3b2c3adc2a5c38d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)