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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 梯幾筑?? | 1001001011110010100010101111010010010010011111010011111100111111 | 92f28af4927d3f3f |
EUC-JP | 梯幾筑?? | 1100010011110100101101001111011011000011110111100011111100111111 | c4f4b4f6c3de3f3f |
UTF-8 | 梯幾筑렼렢 | 111001101010001010101111111001011011100110111110111001111010110110010001111010111010000010111100111010111010000010100010 | e6a2afe5b9bee7ad91eba0bceba0a2 |
UHC | 梯幾筑렼렢 | 11110000101011001101000011111010111101011110100010001110110001001000111010110011 | f0acd0faf5e88ec48eb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)