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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ????ф? | 00111111001111110011111100111111100001001000011000111111 | 3f3f3f3f84863f |
EUC-JP | ????ф? | 00111111001111110011111100111111101001111110011000111111 | 3f3f3f3fa7e63f |
UTF-8 | 琉덈뇸鍊ф궫 | 1110111110100111100011001110101110001101100010001110101110000111101110001110111110100110100110111101000110000100111010101011011010101011 | efa78ceb8d88eb87b8efa69bd184eab6ab |
UHC | 琉덈뇸鍊ф궫 | 111010111010010010001000111010111000011110011100111001101110100010101100111001101000001010111101 | eba488eb879ce6e8ace682bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)