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 | 爛猗爛猗 | 1110000010100011111000001100011011100000101000111110000011000110 | e0a3e0c6e0a3e0c6 |
EUC-JP | 爛猗爛猗 | 1110000010100101111000001100100011100000101001011110000011001000 | e0a5e0c8e0a5e0c8 |
UTF-8 | 爛猗爛猗 | 111001111000100010011011111001111000110010010111111001111000100010011011111001111000110010010111 | e7889be78c97e7889be78c97 |
UHC | 爛?爛? | 110101011011010000111111110101011011010000111111 | d5b43fd5b43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)