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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 疥餽秬 | 111000010110110111101001010110001110001001011111 | e16de958e25f |
EUC-JP | 疥餽秬 | 111000011100111011110001101110011110001111000000 | e1cef1b9e3c0 |
UTF-8 | 疥餽秬 | 111001111001011010100101111010011010010010111101111001111010011110101100 | e796a5e9a4bde7a7ac |
UHC | 疥?? | 11001011110010100011111100111111 | cbca3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)