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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?魅f | 0011111110010110101000111000001010000110 | 3f96a38286 |
EUC-JP | 洧魅f | 10001111110001111011010011001100101001011010001111100110 | 8fc7b4cca5a3e6 |
UTF-8 | 洧魅f | 111001101011010010100111111010011010110110000101111011111011110110000110 | e6b4a7e9ad85efbd86 |
UHC | 洧魅f | 111010101111101111011000111001011010001111100110 | eafbd8e5a3e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)