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 | 塋る?由 | 10011010110010001000001011101001001111111001011101010010 | 9ac882e93f9752 |
EUC-JP | 塋る?由 | 11010100110010101010010011101011001111111100110110110011 | d4caa4eb3fcdb3 |
UTF-8 | 塋る뫒由 | 111001011010000110001011111000111000001010001011111010111010101110010010111001111001010010110001 | e5a18be3828bebab92e794b1 |
UHC | 塋る뫒由 | 1110011110101011101010101110101110010001101101001110101110100110 | e7abaaeb91b4eba6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)