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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 揄??? | 1001110110001001001111110011111100111111 | 9d893f3f3f |
EUC-JP | 揄?Ł庾 | 110110011110100100111111100011111010100110101000100011111011110011001110 | d9e93f8fa9a88fbcce |
UTF-8 | 揄븍Ł庾 | 1110011010001111100001001110101110111000100011011100010110000001111001011011101010111110 | e68f84ebb88dc581e5babe |
UHC | 揄븍Ł庾 | 1110101011110001101110101110101110101000101010011110101011101100 | eaf1baeba8a9eaec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)