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 | ???MF | 0011111100111111001111110100110101000110 | 3f3f3f4d46 |
SJIS-WIN | 逶也璃MF | 1110011110011011100101101110011110010111100111100100110101000110 | e79b96e7979e4d46 |
EUC-JP | 逶也璃MF | 1110110111111011110011001110100111001101111111100100110101000110 | edfbcce9cdfe4d46 |
UTF-8 | 逶也璃MF | 1110100110000000101101101110010010111001100111111110011110010010100000110100110101000110 | e980b6e4b99fe792834d46 |
UHC | ?也璃MF | 00111111111001011010010111010111111000110100110101000110 | 3fe5a5d7e34d46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)