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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 淅??淅??^ | 100111111100011000111111001111111001111111000110001111110011111101011110 | 9fc63f3f9fc63f3f5e |
EUC-JP | 淅??淅??^ | 110111101100100000111111001111111101111011001000001111110011111101011110 | dec83f3fdec83f3f5e |
UTF-8 | 淅롏롊淅롏롊^ | 11100110101101111000010111101011101000011000111111101011101000011000101011100110101101111000010111101011101000011000111111101011101000011000101001011110 | e6b785eba18feba18ae6b785eba18feba18a5e |
UHC | 淅롏롊淅롏롊^ | 11100000101100101000111011010101100011101101000011100000101100101000111011010101100011101101000001011110 | e0b28ed58ed0e0b28ed58ed05e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)