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 | 璢爵消 | 111000001110001110001110110111011000111111000001 | e0e38edd8fc1 |
EUC-JP | 璢爵消 | 111000001110010110111100110111111011111011000011 | e0e5bcdfbec3 |
UTF-8 | 璢爵消 | 111001111001001010100010111001111000100010110101111001101011011010001000 | e792a2e788b5e6b688 |
UHC | ?爵消 | 0011111111101101110010011110000110111100 | 3fedc9e1bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)