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 | ?脹咐腎 | 00111111100100101010111110011001111100111001000001110100 | 3f92af99f39074 |
EUC-JP | ?脹咐腎 | 00111111110001001011000111010010111101011011111111010101 | 3fc4b1d2f5bfd5 |
UTF-8 | 뤚脹咐腎 | 111010111010010010011010111010001000010010111001111001011001001010010000111010001000010110001110 | eba49ae884b9e59290e8858e |
UHC | 뤚脹咐腎 | 1000111111001001111100111110110011011100111110111110001111101100 | 8fc9f3ecdcfbe3ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)