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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 脉蛾刊 | 111000111111010110001001111010011000101010100111 | e3f589e98aa7 |
EUC-JP | 脉蛾刊 | 111001101111011110110010111010111011010010101001 | e6f7b2ebb4a9 |
UTF-8 | 脉蛾刊 | 111010001000010010001001111010001001101110111110111001011000100010001010 | e88489e89bbee5888a |
UHC | ?蛾刊 | 0011111111100100101101101100101011001010 | 3fe4b6caca |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)