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 | ?消?彫 | 001111111000111111000001001111111001001010100100 | 3f8fc13f92a4 |
EUC-JP | ?消?彫 | 001111111011111011000011001111111100010010100110 | 3fbec33fc4a6 |
UTF-8 | 뤵消켂彫 | 111010111010010010110101111001101011011010001000111011001011110010000010111001011011110110101011 | eba4b5e6b688ecbc82e5bdab |
UHC | 뤵消켂彫 | 1000111111100011111000011011110010110001010000011111000011000001 | 8fe3e1bcb141f0c1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)