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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ???濡? | 001111110011111100111111100101000100011100111111 | 3f3f3f94473f |
EUC-JP | ???濡? | 001111110011111100111111110001111010100000111111 | 3f3f3fc7a83f |
UTF-8 | 閱뤿죾濡믩 | 111010011001011010110001111010111010010010111111111011001010001110111110111001101011111110100001111010111010111110101001 | e996b1eba4bfeca3bee6bfa1ebafa9 |
UHC | 閱뤿죾濡믩 | 11100110111100111000111111101011101000011001011011101011101000011001001011101011 | e6f38feba196eba192eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)