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 | 隕≫揃 | 111010001010011010000001111000101001000110110101 | e8a681e291b5 |
EUC-JP | 隕≫揃 | 111100001010100010100010111001001100001010110111 | f0a8a2e4c2b7 |
UTF-8 | 隕≫揃 | 111010011001101010010101111000101000100110101011111001101000111110000011 | e99a95e289abe68f83 |
UHC | 隕≫? | 1110101010100010101000011110110100111111 | eaa2a1ed3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)