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 | 畯?元?燼 | 1111101101101111001111111000110010110011001111111110000010011110 | fb6f3f8cb33fe09e |
EUC-JP | 畯?元?燼 | 100011111100110110111011001111111011100010110101001111111101111111111110 | 8fcdbb3fb8b53fdffe |
UTF-8 | 畯렰元렞燼 | 111001111001010110101111111010111010000010110000111001011000010110000011111010111010000010011110111001111000011110111100 | e795afeba0b0e58583eba09ee787bc |
UHC | 畯렰元렞燼 | 11110001111000011000111010111101111010101010101010001110101011111110001111101000 | f1e18ebdeaaa8eafe3e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)