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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 蛞蛞^ | 1110010101111100111001010111110001011110 | e57ce57c5e |
EUC-JP | 蛞蛞^ | 1110100111011101111010011101110101011110 | e9dde9dd5e |
UTF-8 | 蛞蛞^ | 11101000100110111001111011101000100110111001111001011110 | e89b9ee89b9e5e |
UHC | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)