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 | シサセヨ車シホ | 1011110010111011101111101101011010001110110101001011110011001110 | bcbbbed68ed4bcce |
EUC-JP | シサセヨ車シホ | 1000111010111100100011101011101110001110101111101000111011010110101111001101011010001110101111001000111011001110 | 8ebc8ebb8ebe8ed6bcd68ebc8ece |
UTF-8 | シサセヨ車シホ | 111011111011110110111100111011111011110110111011111011111011110110111110111011111011111010010110111010001011101110001010111011111011110110111100111011111011111010001110 | efbdbcefbdbbefbdbeefbe96e8bb8aefbdbcefbe8e |
UHC | ????車?? | 0011111100111111001111110011111111110011101100110011111100111111 | 3f3f3f3ff3b33f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)