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 | 咫孟鯉 | 100110100100000010010110110100001000110011101111 | 9a4096d08cef |
EUC-JP | 咫孟鯉 | 110100111010000111001100110100101011100011110001 | d3a1ccd2b8f1 |
UTF-8 | 咫孟鯉 | 111001011001001010101011111001011010110110011111111010011010111110001001 | e592abe5ad9fe9af89 |
UHC | 咫孟鯉 | 111100101010000111011000111010111101011111101111 | f2a1d8ebd7ef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)