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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | レ鄒ァ裔 | 1111000111111001110110101110011110111110101001111110010111100001 | f1f9dae7bea7e5e1 |
EUC-JP | ?レ鄒ァ裔 | 001111111000111011011010111011101100000010001110101001111110101011100011 | 3f8edaeec08ea7eae3 |
UTF-8 | レ鄒ァ裔 | 111011101000010110110100111011111011111010011010111010011000010010010010111011111011110110100111111010001010001110010100 | ee85b4efbe9ae98492efbda7e8a394 |
UHC | ??鄒?裔 | 00111111001111111111010111011011001111111110011111100000 | 3f3ff5db3fe7e0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)