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 | 襁穴此 | 111001011111010010001100100010101000110110011111 | e5f48c8a8d9f |
EUC-JP | 襁穴此 | 111010101111011010110111111010101011101010100001 | eaf6b7eabaa1 |
UTF-8 | 襁穴此 | 111010001010010110000001111001111010100110110100111001101010110110100100 | e8a581e7a9b4e6ada4 |
UHC | 襁穴此 | 110010111011101011111010111010111111001110101110 | cbbafaebf3ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)