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 | 畏??巍 | 100010001101100000111111001111111001101111011001 | 88d83f3f9bd9 |
EUC-JP | 畏??巍 | 101100001101101000111111001111111101011011011011 | b0da3f3fd6db |
UTF-8 | 畏딁즯巍 | 111001111001010110001111111010111001010010000001111011001010011010101111111001011011011110001101 | e7958feb9481eca6afe5b78d |
UHC | 畏딁즯巍 | 1110100011100110100010101110011110100011100000011110100011100100 | e8e68ae7a381e8e4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)