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 | 霑壽ッ | 1110100010111111100110101110011010101111 | e8bf9ae6af |
EUC-JP | 霑壽ッ | 111100001100000111010100111010001000111010101111 | f0c1d4e88eaf |
UTF-8 | 霑壽ッ | 111010011001110010010001111001011010001110111101111011111011110110101111 | e99c91e5a3bdefbdaf |
UHC | 霑壽? | 1110111111000101111000011111100000111111 | efc5e1f83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)