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 | シ狎骼アシソ | 11110000111001001011110011100000101111101110100110001110101100011011110010111111 | f0e4bce0bee98eb1bcbf |
EUC-JP | ?シ狎骼アシソ | 00111111100011101011110011100000110000001111000111101110100011101011000110001110101111001000111010111111 | 3f8ebce0c0f1ee8eb18ebc8ebf |
UTF-8 | シ狎骼アシソ | 111011101000001010100011111011111011110110111100111001111000101110001110111010011010101010111100111011111011110110110001111011111011110110111100111011111011110110111111 | ee82a3efbdbce78b8ee9aabcefbdb1efbdbcefbdbf |
UHC | ??狎???? | 0011111100111111111001001110010000111111001111110011111100111111 | 3f3fe4e43f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)