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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 鬮サ蛹コ繩ァ | 111010011010101110111011111001011000110010111010111000111000101010100111 | e9abbbe58cbae38aa7 |
EUC-JP | 鬮サ蛹コ繩ァ | 111100101010110110001110101110111110100111101100100011101011101011100101111010101000111010100111 | f2ad8ebbe9ec8ebae5ea8ea7 |
UTF-8 | 鬮サ蛹コ繩ァ | 111010011010110010101110111011111011110110111011111010001001101110111001111011111011110110111010111001111011100110101001111011111011110110100111 | e9acaeefbdbbe89bb9efbdbae7b9a9efbda7 |
UHC | ????繩? | 00111111001111110011111100111111111000111011000100111111 | 3f3f3f3fe3b13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)