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 | 荵滕憤繹 | 1110010010111001100111111110110010010101101011101110001110001000 | e4b99fec95aee388 |
EUC-JP | 荵滕憤繹 | 1110100010111011110111101110111011001010101100001110010111101000 | e8bbdeeecab0e5e8 |
UTF-8 | 荵滕憤繹 | 111010001000110110110101111001101011101110010101111001101000011010100100111001111011100110111001 | e88db5e6bb95e686a4e7b9b9 |
UHC | ??憤繹 | 001111110011111111011101110010011110011010111010 | 3f3fddc9e6ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)