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 | 諤穴帰 | 111001101000000010001100100010101000101101000001 | e6808c8a8b41 |
EUC-JP | 諤穴帰 | 111010111110000010110111111010101011010110100010 | ebe0b7eab5a2 |
UTF-8 | 諤穴帰 | 111010001010101110100100111001111010100110110100111001011011100010110000 | e8aba4e7a9b4e5b8b0 |
UHC | ?穴? | 00111111111110101110101100111111 | 3ffaeb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)