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 | 鋿嫉 | 111110111101110010001110101110011111000111111100 | fbdc8eb9f1fc |
EUC-JP | 鋿嫉? | 100011111110010011010010101111001011101100111111 | 8fe4d2bcbb3f |
UTF-8 | 鋿嫉 | 111010011000101110111111111001011010101110001001111011101000010110110111 | e98bbfe5ab89ee85b7 |
UHC | ?嫉? | 00111111111100101110110000111111 | 3ff2ec3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)