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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 繹??餓 | 111000111000100000111111001111111000100111101100 | e3883f3f89ec |
EUC-JP | 繹??餓 | 111001011110100000111111001111111011001011101110 | e5e83f3fb2ee |
UTF-8 | 繹요옅餓 | 111001111011100110111001111011001001101010010100111011001001100010000101111010011010010010010011 | e7b9b9ec9a94ec9885e9a493 |
UHC | 繹요옅餓 | 1110011010111010101111111110010010111111101101101110010010111011 | e6babfe4bfb6e4bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)