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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 萓晢ス伎 | 11100100101111101001110111101111101111011000101011101010 | e4be9defbd8aea |
EUC-JP | 萓晢ス伎 | 1110100011000000110110101111000110001110101111011011010011101100 | e8c0daf18ebdb4ec |
UTF-8 | 萓晢ス伎 | 111010001001000010010011111001101001100110100010111011111011110110111101111001001011110010001110 | e89093e699a2efbdbde4bc8e |
UHC | ???伎 | 0011111100111111001111111101000011101011 | 3f3f3fd0eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)