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 | ???RE | 0011111100111111001111110101001001000101 | 3f3f3f5245 |
SJIS-WIN | ??易RE | 001111110011111110001000110101010101001001000101 | 3f3f88d55245 |
EUC-JP | ??易RE | 001111110011111110110000110101110101001001000101 | 3f3fb0d75245 |
UTF-8 | 청절易RE | 1110110010110010101011011110110010100000100010001110011010011000100100110101001001000101 | ecb2adeca088e698935245 |
UHC | 청절易RE | 1100001110111011110000001111110111100110101101100101001001000101 | c3bbc0fde6b65245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)