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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 怨?臂^ | 100010011000010100111111111001000101110101011110 | 89853fe45d5e |
EUC-JP | 怨?臂^ | 101100011110010100111111111001111011111001011110 | b1e53fe7be5e |
UTF-8 | 怨띨臂^ | 11100110100000001010100011101011100111011010100011101000100001111000001001011110 | e680a8eb9da8e887825e |
UHC | 怨띨臂^ | 11101010101100111011011011101110110111101010001001011110 | eab3b6eedea25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)