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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 節??如? | 10010000110111110011111100111111100101000100000000111111 | 90df3f3f94403f |
EUC-JP | 節??如? | 11000000111000010011111100111111110001111010000100111111 | c0e13f3fc7a13f |
UTF-8 | 節억푶如퀯 | 111001111010111110000000111011001001011010110101111011011001000110110110111001011010011010000010111011011000000010101111 | e7af80ec96b5ed91b6e5a682ed80af |
UHC | 節억푶如퀯 | 11101111101111011011111011101111101111101000010011100101111111011011010001000010 | efbdbeefbe84e5fdb442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)