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 | ??格??? | 00111111001111111000101001101001001111110011111100111111 | 3f3f8a693f3f3f |
EUC-JP | 侁?格侁?? | 1000111110110000111111000011111110110011110010101000111110110000111111000011111100111111 | 8fb0fc3fb3ca8fb0fc3f3f |
UTF-8 | 侁壘格侁壘강 | 111001001011111010000001111011111010010110001010111001101010000010111100111001001011111010000001111011111010010110001010111010101011000010010101 | e4be81efa58ae6a0bce4be81efa58aeab095 |
UHC | 侁壘格侁壘강 | 111000111110000011010010111001001100110010101011111000111110000011010010111001001011000010101101 | e3e0d2e4ccabe3e0d2e4b0ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)