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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | シ狆、シ眈ヲ | 10111100111000001011110010100100111100001011010110111100111000011011110010100110 | bce0bca4f0b5bce1bca6 |
EUC-JP | シ狆、?シ眈ヲ | 10001110101111001110000010111110100011101010010000111111100011101011110011100010101111101000111010100110 | 8ebce0be8ea43f8ebce2be8ea6 |
UTF-8 | シ狆、シ眈ヲ | 111011111011110110111100111001111000101110000110111011111011110110100100111011101000000110110100111011111011110110111100111001111001110010001000111011111011110110100110 | efbdbce78b86efbda4ee81b4efbdbce79c88efbda6 |
UHC | ?????眈? | 0011111100111111001111110011111100111111111101111010111100111111 | 3f3f3f3f3ff7af3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)