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 | ???k | 00111111001111110011111101101011 | 3f3f3f6b |
SJIS-WIN | 形ε?k | 100011000110000010000011110000110011111101101011 | 8c6083c33f6b |
EUC-JP | 形ε?k | 101101111100000110100110110001010011111101101011 | b7c1a6c53f6b |
UTF-8 | 形ε쳣k | 111001011011110110100010110011101011010111101100101100111010001101101011 | e5bda2ceb5ecb3a36b |
UHC | 形ε쳣k | 11111011101000011010010111100101101010111000100101101011 | fba1a5e5ab896b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)