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 | 鐔沿┠ | 111010000101110010001001100010001000010010110101 | e85c898884b5 |
EUC-JP | 鐔沿┠ | 111011111011110110110001111010001010100010110111 | efbdb1e8a8b7 |
UTF-8 | 鐔沿┠ | 111010011001000010010100111001101011001010111111111000101001010010100000 | e99094e6b2bfe294a0 |
UHC | ?沿┠ | 0011111111100110110011011010011010110111 | 3fe6cda6b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)