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 | 鮃靕﨨 | 1111000110110000111010011011011111111011111100111111101111011010 | f1b0e9b7fbf3fbda |
EUC-JP | ?鮃靕? | 00111111111100101011100110001111111001111011001000111111 | 3ff2b98fe7b23f |
UTF-8 | 鮃靕﨨 | 111011101000010010101011111010011010111010000011111010011001110110010101111011111010100010101000 | ee84abe9ae83e99d95efa8a8 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)