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 | マト蟄 | 110011111100010011100101101011011111000011001100 | cfc4e5adf0cc |
EUC-JP | マト蟄? | 10001110110011111000111011000100111010101010111100111111 | 8ecf8ec4eaaf3f |
UTF-8 | マト蟄 | 111011111011111010001111111011111011111010000100111010001001111110000100111011101000001010001011 | efbe8fefbe84e89f84ee828b |
UHC | ??蟄? | 0011111100111111111101101101111000111111 | 3f3ff6de3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)