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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 襞碕右襞碕沖 | 111001011111110010001101111010101000100101000101111001011111110010001101111010101000100110101011 | e5fc8dea8945e5fc8dea89ab |
EUC-JP | 襞碕右襞碕沖 | 111010101111111010111010111011001011000110100110111010101111111010111010111011001011001010101101 | eafebaecb1a6eafebaecb2ad |
UTF-8 | 襞碕右襞碕沖 | 111010001010010110011110111001111010001010010101111001011000111110110011111010001010010110011110111001111010001010010101111001101011001010010110 | e8a59ee7a295e58fb3e8a59ee7a295e6b296 |
UHC | ??右??沖 | 0011111100111111111010011101001100111111001111111111010111111000 | 3f3fe9d33f3ff5f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)