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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 灼識 | 100011101101110011110010111101001000111010101111 | 8edcf2f48eaf |
EUC-JP | 灼?識 | 1011110011011110001111111011110010110001 | bcde3fbcb1 |
UTF-8 | 灼識 | 111001111000000110111100111011101000100010101011111010001010110110011000 | e781bcee88abe8ad98 |
UHC | 灼?識 | 1110110111000111001111111110001111011011 | edc73fe3db |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)