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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 「萃キ | 111100001010100010100010111001001100001010110111 | f0a8a2e4c2b7 |
EUC-JP | ?「萃キ | 00111111100011101010001011101000110001001000111010110111 | 3f8ea2e8c48eb7 |
UTF-8 | 「萃キ | 111011101000000110100111111011111011110110100010111010001001000010000011111011111011110110110111 | ee81a7efbda2e89083efbdb7 |
UHC | ??萃? | 0011111100111111111101011111111000111111 | 3f3ff5fe3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)