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 | 脉蛾頃趺 | 1110001111110101100010011110100110001101101000001110011011100101 | e3f589e98da0e6e5 |
EUC-JP | 脉蛾頃趺 | 1110011011110111101100101110101110111010101000101110110011100111 | e6f7b2ebbaa2ece7 |
UTF-8 | 脉蛾頃趺 | 111010001000010010001001111010001001101110111110111010011010000010000011111010001011011010111010 | e88489e89bbee9a083e8b6ba |
UHC | ?蛾頃趺 | 00111111111001001011011011001100111100011101110110111010 | 3fe4b6ccf1ddba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)