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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 謠也嚥陲アB | 11100110100011111001011011100111100110101000101111101000101000101011000101000010 | e68f96e79a8be8a2b142 |
EUC-JP | 謠也嚥陲アB | 1110101111101111110011001110100111010011111010111111000010100100100011101011000101000010 | ebefcce9d3ebf0a48eb142 |
UTF-8 | 謠也嚥陲アB | 11101000101011001010000011100100101110011001111111100101100110101010010111101001100110011011001011101111101111011011000101000010 | e8aca0e4b99fe59aa5e999b2efbdb142 |
UHC | 謠也嚥??B | 111010011010101011100101101001011110011010111111001111110011111101000010 | e9aae5a5e6bf3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)