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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ???庾? | 00111111001111110011111110001111101111001100111000111111 | 3f3f3f8fbcce3f |
UTF-8 | 瓆설뤊庾콒 | 111001111001001110000110111011001000010010100100111010111010010010001010111001011011101010111110111011001011110110010010 | e79386ec84a4eba48ae5babeecbd92 |
UHC | 瓆설뤊庾콒 | 11110010111011111011110010110011100011111011101011101010111011001011000110001110 | f2efbcb38fbaeaecb18e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)