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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 雫鶯汐 | 1111100011111100100011101011010011101001111100101000111010101100 | f8fc8eb4e9f28eac |
EUC-JP | ?雫鶯汐 | 00111111101111001011011011110010111101001011110010101110 | 3fbcb6f2f4bcae |
UTF-8 | 雫鶯汐 | 111011101001101010011011111010011001101110101011111010011011011010101111111001101011000110010000 | ee9a9be99babe9b6afe6b190 |
UHC | ??鶯汐 | 001111110011111111100101101000111110000010110001 | 3f3fe5a3e0b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)