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 | シワシ畉 | 1011110011011100101111001110000101011001 | bcdcbce159 |
EUC-JP | シワシ畉 | 1000111010111100100011101101110010001110101111001110000110111010 | 8ebc8edc8ebce1ba |
UTF-8 | シワシ畉 | 111011111011110110111100111011111011111010011100111011111011110110111100111001111001010110001001 | efbdbcefbe9cefbdbce79589 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)