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 | 酌屡篠 | 100011101101111010001110110001101000111011000010 | 8ede8ec68ec2 |
EUC-JP | 酌屡篠 | 101111001110000010111100110010001011110011000100 | bce0bcc8bcc4 |
UTF-8 | 酌屡篠 | 111010011000010110001100111001011011000110100001111001111010111110100000 | e9858ce5b1a1e7afa0 |
UHC | 酌?篠 | 1110110111001100001111111110000111000110 | edcc3fe1c6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)