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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 汯靕汯 | 11111010111110001111010011111000111110111111001111111010111110001111010011111000 | faf8f4f8fbf3faf8f4f8 |
EUC-JP | 汯?靕汯? | 1000111111000110111000110011111110001111111001111011001010001111110001101110001100111111 | 8fc6e33f8fe7b28fc6e33f |
UTF-8 | 汯靕汯 | 111001101011000110101111111011101000111010100111111010011001110110010101111001101011000110101111111011101000111010100111 | e6b1afee8ea7e99d95e6b1afee8ea7 |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)