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 | ゚ムン | 1101111111010001111101001101011111011101 | dfd1f4d7dd |
EUC-JP | ゚ム?ン | 10001110110111111000111011010001001111111000111011011101 | 8edf8ed13f8edd |
UTF-8 | ゚ムン | 111011111011111010011111111011111011111010010001111011101000111010000110111011111011111010011101 | efbe9fefbe91ee8e86efbe9d |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)