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 | 邉「讚帑 | 11100111101100111010001011100110101010111001101111100100 | e7b3a2e6ab9be4 |
EUC-JP | 邉「讚帑 | 1110111010110101100011101010001011101100101011011101011011100110 | eeb58ea2ecadd6e6 |
UTF-8 | 邉「讚帑 | 111010011000001010001001111011111011110110100010111010001010111010011010111001011011100010010001 | e98289efbda2e8ae9ae5b891 |
UHC | ??讚帑 | 001111110011111111110011110001101111011110110110 | 3f3ff3c6f7b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)