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 | 鞨瀧価 | 111010001110000010010001111010111000100110111111 | e8e091eb89bf |
EUC-JP | 鞨瀧価 | 111100001110001011000010111011011011001011000001 | f0e2c2edb2c1 |
UTF-8 | 鞨瀧価 | 111010011001111010101000111001111000000010100111111001001011111010100001 | e99ea8e780a7e4bea1 |
UHC | 鞨瀧? | 1100101011101010110101101110100100111111 | caead6e93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)