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 | 鈞雅昏 | 111001111110000010001001111010111000110110101000 | e7e089eb8da8 |
EUC-JP | 鈞雅昏 | 111011101110001010110010111011011011101010101010 | eee2b2edbaaa |
UTF-8 | 鈞雅昏 | 111010011000100010011110111010011001101110000101111001101001100010001111 | e9889ee99b85e6988f |
UHC | 鈞雅昏 | 110100001011011111100100101110101111101111100111 | d0b7e4bafbe7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)