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 | 遮疾莢 | 100011101101010110001110101111101110010010110000 | 8ed58ebee4b0 |
EUC-JP | 遮疾莢 | 101111001101011110111100110000001110100010110010 | bcd7bcc0e8b2 |
UTF-8 | 遮疾莢 | 111010011000000110101110111001111001011010111110111010001000111010100010 | e981aee796bee88ea2 |
UHC | 遮疾莢 | 111100111011010011110010111100001111101011111000 | f3b4f2f0faf8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)