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 | 莨鷺ーァ妤廼 | 11100100101111001000110111101011101100001010011111111010101001001001010001010101 | e4bc8debb0a7faa49455 |
EUC-JP | 莨鷺ーァ妤廼 | 11101000101111101011101011101101100011101011000010001110101001111000111110111001101011111100011110110110 | e8bebaed8eb08ea78fb9afc7b6 |
UTF-8 | 莨鷺ーァ妤廼 | 111010001000111010101000111010011011011110111010111011111011110110110000111011111011110110100111111001011010011010100100111001011011101110111100 | e88ea8e9b7baefbdb0efbda7e5a6a4e5bbbc |
UHC | ?鷺???? | 00111111110101101101110000111111001111110011111100111111 | 3fd6dc3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)