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 | 矣憤矣 | 111000011110000110010101101011101110000111100001 | e1e195aee1e1 |
EUC-JP | 矣憤矣 | 111000101110001111001010101100001110001011100011 | e2e3cab0e2e3 |
UTF-8 | 矣憤矣 | 111001111001111110100011111001101000011010100100111001111001111110100011 | e79fa3e686a4e79fa3 |
UHC | 矣憤矣 | 111010111111100011011101110010011110101111111000 | ebf8ddc9ebf8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)