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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 葺?}葺?{^ | 100101011001100000111111011111011001010110011000001111110111101101011110 | 95983f7d95983f7b5e |
EUC-JP | 葺?}葺?{^ | 110010011111100000111111011111011100100111111000001111110111101101011110 | c9f83f7dc9f83f7b5e |
UTF-8 | 葺턴}葺턴{^ | 111010001001000110111010111011011000010010110100011111011110100010010001101110101110110110000100101101000111101101011110 | e891baed84b47de891baed84b47b5e |
UHC | 葺턴}葺턴{^ | 1111000111110001110001011100111101111101111100011111000111000101110011110111101101011110 | f1f1c5cf7df1f1c5cf7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)