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 | ????^F | 001111110011111100111111001111110101111001000110 | 3f3f3f3f5e46 |
SJIS-WIN | 湿尺湿蒔^F | 10001110101111001000111011011010100011101011110010001110101010100101111001000110 | 8ebc8eda8ebc8eaa5e46 |
EUC-JP | 湿尺湿蒔^F | 10111100101111101011110011011100101111001011111010111100101011000101111001000110 | bcbebcdcbcbebcac5e46 |
UTF-8 | 湿尺湿蒔^F | 1110011010111001101111111110010110110000101110101110011010111001101111111110100010010010100101000101111001000110 | e6b9bfe5b0bae6b9bfe892945e46 |
UHC | ?尺?蒔^F | 0011111111110100101010010011111111100011110010000101111001000110 | 3ff4a93fe3c85e46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)