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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 慮冥Κ | 100101111011011010010110101110111000001110101000 | 97b696bb83a8 |
EUC-JP | 慮冥Κ | 110011101011100011001100101111011010011010101010 | ceb8ccbda6aa |
UTF-8 | 慮冥Κ | 1110011010000101101011101110010110000110101001011100111010011010 | e685aee586a5ce9a |
UHC | 慮冥Κ | 110101011110011111011001101000101010010111001010 | d5e7d9a2a5ca |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)