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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
EUC-JP | ?醱?醱^ | 001111111000111111100010111101110011111110001111111000101111011101011110 | 3f8fe2f73f8fe2f75e |
UTF-8 | 쟈醱쟈醱^ | 11101100100111111000100011101001100001101011000111101100100111111000100011101001100001101011000101011110 | ec9f88e986b1ec9f88e986b15e |
UHC | 쟈醱쟈醱^ | 110000001111000011011011101000111100000011110000110110111010001101011110 | c0f0dba3c0f0dba35e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)