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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ムルムル^ | 111100101100000011010001110110011111001011000000110100011101100101011110 | f2c0d1d9f2c0d1d95e |
EUC-JP | ?ムル?ムル^ | 0011111110001110110100011000111011011001001111111000111011010001100011101101100101011110 | 3f8ed18ed93f8ed18ed95e |
UTF-8 | ムルムル^ | 11101110100001111011011111101111101111101001000111101111101111101001100111101110100001111011011111101111101111101001000111101111101111101001100101011110 | ee87b7efbe91efbe99ee87b7efbe91efbe995e |
UHC | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)