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 | 關ャ逶。鄂ァ | 111010001001000010101100111001111001101110100001111001111011110110100111 | e890ace79ba1e7bda7 |
EUC-JP | 關ャ逶。鄂ァ | 111011111111000010001110101011001110110111111011100011101010000111101110101111111000111010100111 | eff08eacedfb8ea1eebf8ea7 |
UTF-8 | 關ャ逶。鄂ァ | 111010011001011110011100111011111011110110101100111010011000000010110110111011111011110110100001111010011000010010000010111011111011110110100111 | e9979cefbdace980b6efbda1e98482efbda7 |
UHC | 關???鄂? | 1100111010111100001111110011111100111111111001001100011100111111 | cebc3f3f3fe4c73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)