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 | 諢蛾棡鄂 | 1110011010000100100010011110100110011110100111001110011110111101 | e68489e99e9ce7bd |
EUC-JP | 諢蛾棡鄂 | 1110101111100100101100101110101111011011111111001110111010111111 | ebe4b2ebdbfceebf |
UTF-8 | 諢蛾棡鄂 | 111010001010101110100010111010001001101110111110111001101010001110100001111010011000010010000010 | e8aba2e89bbee6a3a1e98482 |
UHC | ?蛾?鄂 | 001111111110010010110110001111111110010011000111 | 3fe4b63fe4c7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)