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 | 姨??? | 1001101101001000001111110011111100111111 | 9b483f3f3f |
EUC-JP | 姨?侁? | 11010101101010010011111110001111101100001111110000111111 | d5a93f8fb0fc3f |
UTF-8 | 姨렓侁렑 | 111001011010011110101000111010111010000010010011111001001011111010000001111010111010000010010001 | e5a7a8eba093e4be81eba091 |
UHC | 姨렓侁렑 | 1110110010101001100011101010100011100011111000001000111010100110 | eca98ea8e3e08ea6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)