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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
UTF-8 | 卽희렑폈렰 | 111001011000110110111101111011011001110110101100111010111010000010010001111011011000111110001000111010111010000010110000 | e58dbded9daceba091ed8f88eba0b0 |
UHC | 卽희렑폈렰 | 11110001111011011100100011110001100011101010011011000110111100011000111010111101 | f1edc8f18ea6c6f18ebd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)