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 | 節??俉? | 10010000110111110011111100111111111110100110000100111111 | 90df3f3ffa613f |
EUC-JP | 節??俉? | 1100000011100001001111110011111110001111101100011011101100111111 | c0e13f3f8fb1bb3f |
UTF-8 | 節띰풄俉펦 | 111001111010111110000000111010111001110110110000111011011001001010000100111001001011111110001001111011011000111010100110 | e7af80eb9db0ed9284e4bf89ed8ea6 |
UHC | 節띰풄俉펦 | 11101111101111011011011011101111101111101000110011100111111010111011110001110110 | efbdb6efbe8ce7ebbc76 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)