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 | ?逗?逗^ | 00111111100100001000000000111111100100001000000001011110 | 3f90803f90805e |
EUC-JP | ?逗?逗^ | 00111111101111111110000000111111101111111110000001011110 | 3fbfe03fbfe05e |
UTF-8 | 짱逗짱逗^ | 11101100101001111011000111101001100000001001011111101100101001111011000111101001100000001001011101011110 | eca7b1e98097eca7b1e980975e |
UHC | 짱逗짱逗^ | 110000101010111111010100111010001100001010101111110101001110100001011110 | c2afd4e8c2afd4e85e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)