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 | 汯靕汯・ | 1111101011111000111101001111100011111011111100111111101011111000111101001111100010100101 | faf8f4f8fbf3faf8f4f8a5 |
EUC-JP | 汯?靕汯?・ | 10001111110001101110001100111111100011111110011110110010100011111100011011100011001111111000111010100101 | 8fc6e33f8fe7b28fc6e33f8ea5 |
UTF-8 | 汯靕汯・ | 111001101011000110101111111011101000111010100111111010011001110110010101111001101011000110101111111011101000111010100111111011111011110110100101 | e6b1afee8ea7e99d95e6b1afee8ea7efbda5 |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)