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 | 柔??猶 | 100011110101111100111111001111111001011101010000 | 8f5f3f3f9750 |
EUC-JP | 柔??猶 | 101111011100000000111111001111111100110110110001 | bdc03f3fcdb1 |
UTF-8 | 柔쇰엨猶 | 111001101001111110010100111011001000011110110000111011001001011110101000111001111000110010110110 | e69f94ec87b0ec97a8e78cb6 |
UHC | 柔쇰엨猶 | 1110101011110101101111001110101110011110100000011110101110100010 | eaf5bceb9e81eba2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)