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 | ?庵??^ | 001111111000100011000001001111110011111101011110 | 3f88c13f3f5e |
EUC-JP | ?庵??^ | 001111111011000011000011001111110011111101011110 | 3fb0c33f3f5e |
UTF-8 | 윳庵윳챗^ | 11101100100111001011001111100101101110101011010111101100100111001011001111101100101100011001011101011110 | ec9cb3e5bab5ec9cb3ecb1975e |
UHC | 윳庵윳챗^ | 110000001011010111100100110111011100000010110101110000111010101001011110 | c0b5e4ddc0b5c3aa5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)