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 | ン飼ッ | 11011101111110111111011110101111 | ddfbf7af |
EUC-JP | ン?ッ | 1000111011011101001111111000111010101111 | 8edd3f8eaf |
UTF-8 | ン飼ッ | 111011111011111010011101111011111010100010101011111011111011110110101111 | efbe9defa8abefbdaf |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)