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 | ?棹麝? | 001111111001111010101000111010100110110000111111 | 3f9ea8ea6c3f |
EUC-JP | ?棹麝? | 001111111101110010101010111100111100110100111111 | 3fdcaaf3cd3f |
UTF-8 | 룶棹麝평 | 111010111010001110110110111001101010001110111001111010011011101010011101111011011000111110001001 | eba3b6e6a3b9e9ba9ded8f89 |
UHC | 룶棹麝평 | 1000111110101011110101001010000111011110111110101100011011110010 | 8fabd4a1defac6f2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)