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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 助??? | 1000111110010101001111110011111100111111 | 8f953f3f3f |
EUC-JP | 助?縕? | 10111101111101010011111110001111110101001100001000111111 | bdf53f8fd4c23f |
UTF-8 | 助롁縕렗 | 111001011000101010101001111010111010000110000001111001111011100010010101111010111010000010010111 | e58aa9eba181e7b895eba097 |
UHC | 助롁縕렗 | 1111000010111110100011101100100011101000101100101000111010101100 | f0be8ec8e8b28eac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)