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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 肄や坤 | 111000111110010110000010111000101000110110100011 | e3e582e28da3 |
EUC-JP | 肄や坤 | 111001101110011110100100111001001011101010100101 | e6e7a4e4baa5 |
UTF-8 | 肄や坤 | 111010001000001010000100111000111000001010000100111001011001110110100100 | e88284e38284e59da4 |
UHC | 肄や坤 | 111011001011110110101010111001001100110111011110 | ecbdaae4cdde |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)