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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 雫爵嫉汐^ | 100011101011010010001110110111011000111010111001100011101010110001011110 | 8eb48edd8eb98eac5e |
EUC-JP | 雫爵嫉汐^ | 101111001011011010111100110111111011110010111011101111001010111001011110 | bcb6bcdfbcbbbcae5e |
UTF-8 | 雫爵嫉汐^ | 11101001100110111010101111100111100010001011010111100101101010111000100111100110101100011001000001011110 | e99babe788b5e5ab89e6b1905e |
UHC | ?爵嫉汐^ | 0011111111101101110010011111001011101100111000001011000101011110 | 3fedc9f2ece0b15e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)