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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 梯幾が? | 10010010111100101000101011110100100000101010101000111111 | 92f28af482aa3f |
EUC-JP | 梯幾が? | 11000100111101001011010011110110101001001010110000111111 | c4f4b4f6a4ac3f |
UTF-8 | 梯幾が렕 | 111001101010001010101111111001011011100110111110111000111000000110001100111010111010000010010101 | e6a2afe5b9bee3818ceba095 |
UHC | 梯幾が렕 | 1111000010101100110100001111101010101010101011001000111010101010 | f0acd0faaaac8eaa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)