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 | 顰∫ォ | 1110100011111100100000011110011110101011 | e8fc81e7ab |
EUC-JP | 顰∫ォ | 111100001111111010100010111010011000111010101011 | f0fea2e98eab |
UTF-8 | 顰∫ォ | 111010011010000110110000111000101000100010101011111011111011110110101011 | e9a1b0e288abefbdab |
UHC | ?∫? | 00111111101000011111001000111111 | 3fa1f23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)