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 | 咫孟? | 1001101001000000100101101101000000111111 | 9a4096d03f |
EUC-JP | 咫孟? | 1101001110100001110011001101001000111111 | d3a1ccd23f |
UTF-8 | 咫孟놔 | 111001011001001010101011111001011010110110011111111010111000011010010100 | e592abe5ad9feb8694 |
UHC | 咫孟놔 | 111100101010000111011000111010111011001111110110 | f2a1d8ebb3f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)