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 | 莢遮疾 | 111001001011000010001110110101011000111010111110 | e4b08ed58ebe |
EUC-JP | 莢遮疾 | 111010001011001010111100110101111011110011000000 | e8b2bcd7bcc0 |
UTF-8 | 莢遮疾 | 111010001000111010100010111010011000000110101110111001111001011010111110 | e88ea2e981aee796be |
UHC | 莢遮疾 | 111110101111100011110011101101001111001011110000 | faf8f3b4f2f0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)