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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 蜒頑・皮ケ募 | 11100101100000111000101011100110101001011001010011100111101110011001010111100101 | e5838ae6a594e7b995e5 |
EUC-JP | 蜒頑・皮ケ募 | 111010011110001110110100111010001000111010100101110010001110100110001110101110011100101011100111 | e9e3b4e88ea5c8e98eb9cae7 |
UTF-8 | 蜒頑・皮ケ募 | 111010001001110010010010111010011010000010010001111011111011110110100101111001111001101010101110111011111011110110111001111001011000101110011111 | e89c92e9a091efbda5e79aaeefbdb9e58b9f |
UHC | ?頑?皮?募 | 001111111110100011010111001111111111100110101011001111111101100110110100 | 3fe8d73ff9ab3fd9b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)