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 | マトコタ貉シゥ | 1100111111000100101110101100000011100110101110011011110010101001 | cfc4bac0e6b9bca9 |
EUC-JP | マトコタ貉シゥ | 1000111011001111100011101100010010001110101110101000111011000000111011001011101110001110101111001000111010101001 | 8ecf8ec48eba8ec0ecbb8ebc8ea9 |
UTF-8 | マトコタ貉シゥ | 111011111011111010001111111011111011111010000100111011111011110110111010111011111011111010000000111010001011001010001001111011111011110110111100111011111011110110101001 | efbe8fefbe84efbdbaefbe80e8b289efbdbcefbda9 |
UHC | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)