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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | ???坊^ | 001111110011111100111111100101100101011001011110 | 3f3f3f96565e |
EUC-JP | ???坊^ | 001111110011111100111111110010111011011101011110 | 3f3f3fcbb75e |
UTF-8 | 닉겠닉坊^ | 11101011100010111000100111101010101100101010000011101011100010111000100111100101100111011000101001011110 | eb8b89eab2a0eb8b89e59d8a5e |
UHC | 닉겠닉坊^ | 101101001101000010110000110110101011010011010000110110111010100101011110 | b4d0b0dab4d0dba95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)