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 | ?篩??箏 | 00111111111000101011111100111111001111111110001010110101 | 3fe2bf3f3fe2b5 |
EUC-JP | 鋌篩??箏 | 100011111110010010111011111001001100000100111111001111111110010010110111 | 8fe4bbe4c13f3fe4b7 |
UTF-8 | 鋌篩렭렰箏 | 111010011000101110001100111001111010111110101001111010111010000010101101111010111010000010110000111001111010111010001111 | e98b8ce7afa9eba0adeba0b0e7ae8f |
UHC | 鋌篩렭렰箏 | 11101111111110111101111011101000100011101011101010001110101111011110111010110100 | effbdee88eba8ebdeeb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)