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 | 凝??凝??^ | 100010111100001100111111001111111000101111000011001111110011111101011110 | 8bc33f3f8bc33f3f5e |
EUC-JP | 凝??凝??^ | 101101101100010100111111001111111011011011000101001111110011111101011110 | b6c53f3fb6c53f3f5e |
UTF-8 | 凝띸풐凝띸풐^ | 11100101100001111001110111101011100111011011100011101101100100101001000011100101100001111001110111101011100111011011100011101101100100101001000001011110 | e5879deb9db8ed9290e5879deb9db8ed92905e |
UHC | 凝띸풐凝띸풐^ | 11101011111010101000110111100111101111101001010011101011111010101000110111100111101111101001010001011110 | ebea8de7be94ebea8de7be945e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)