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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 鯀マウ鯀マウB | 111010011011111111001111101100111110100110111111110011111011001101000010 | e9bfcfb3e9bfcfb342 |
EUC-JP | 鯀マウ鯀マウB | 11110010110000011000111011001111100011101011001111110010110000011000111011001111100011101011001101000010 | f2c18ecf8eb3f2c18ecf8eb342 |
UTF-8 | 鯀マウ鯀マウB | 11101001101011111000000011101111101111101000111111101111101111011011001111101001101011111000000011101111101111101000111111101111101111011011001101000010 | e9af80efbe8fefbdb3e9af80efbe8fefbdb342 |
UHC | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)