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 | ?氈?氈^ | 00111111100111111000000100111111100111111000000101011110 | 3f9f813f9f815e |
EUC-JP | ?氈?氈^ | 00111111110111011110000100111111110111011110000101011110 | 3fdde13fdde15e |
UTF-8 | 않氈않氈^ | 11101100100101011000101011100110101100001000100011101100100101011000101011100110101100001000100001011110 | ec958ae6b088ec958ae6b0885e |
UHC | 않氈않氈^ | 101111101100101011101110111111011011111011001010111011101111110101011110 | becaeefdbecaeefd5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)