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 | ?????h | 001111110011111100111111001111110011111101101000 | 3f3f3f3f3f68 |
SJIS-WIN | ?晳??笑h | 0011111111111010110110010011111100111111100011111100111001101000 | 3ffad93f3f8fce68 |
EUC-JP | ?晳??笑h | 001111111000111111000010110001000011111100111111101111101101000001101000 | 3f8fc2c43f3fbed068 |
UTF-8 | 잨晳쒳읩笑h | 11101100100111101010100011100110100110011011001111101100100100101011001111101100100111011010100111100111101011001001000101101000 | ec9ea8e699b3ec92b3ec9da9e7ac9168 |
UHC | 잨晳쒳읩笑h | 1001111111110011111000001010111110011101010010101001111111010000111000011100010101101000 | 9ff3e0af9d4a9fd0e1c568 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)