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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ???曖?? | 00111111001111110011111110011110010000100011111100111111 | 3f3f3f9e423f3f |
EUC-JP | ???曖?? | 00111111001111110011111111011011101000110011111100111111 | 3f3f3fdba33f3f |
UTF-8 | 拾뎼뢓曖뤶룾 | 111011111010010110110011111010111000111010111100111010111010001010010011111001101001101110010110111010111010010010110110111010111010001110111110 | efa5b3eb8ebceba293e69b96eba4b6eba3be |
UHC | 拾뎼뢓曖뤶룾 | 111001001010100110001001100011111000111101001110111001001111001010001111111001001000111110101111 | e4a9898f8f4ee4f28fe48faf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)