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 | 횖횠횎첵쨍횢 | 111011011001101010010110111011011001101010100000111011011001101010001110111011001011001010110101111011001010100010001101111011011001101010100010 | ed9a96ed9aa0ed9a8eecb2b5eca88ded9aa2 |
UHC | 횖횠횎첵쨍횢 | 110000111001000011000011100110001100001110001010110000111011110111000010101110001100001110011001 | c390c398c38ac3bdc2b8c399 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)