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 | 助??忽?? | 1000111110010101001111110011111110001101100110100011111100111111 | 8f953f3f8d9a3f3f |
EUC-JP | 助??忽?? | 1011110111110101001111110011111110111001111110100011111100111111 | bdf53f3fb9fa3f3f |
UTF-8 | 助롗뤗忽펿乶 | 111001011000101010101001111010111010000110010111111010111010010010010111111001011011111110111101111011011000111010111111111001001011100110110110 | e58aa9eba197eba497e5bfbded8ebfe4b9b6 |
UHC | 助롗뤗忽펿乶 | 111100001011111010001110110110111000111111000111111110111110110010111100100011101101110011100011 | f0be8edb8fc7fbecbc8edce3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)