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 | 謠耶劉奛 | 1110011010001111100101101110101110010111101010111111101010100001 | e68f96eb97abfaa1 |
EUC-JP | 謠耶劉奛 | 111010111110111111001100111011011100111010101101100011111011100011110111 | ebefccedcead8fb8f7 |
UTF-8 | 謠耶劉奛 | 111010001010110010100000111010001000000010110110111001011000101010001001111001011010010110011011 | e8aca0e880b6e58a89e5a59b |
UHC | 謠耶劉? | 11101001101010101110010110101101110101111011000100111111 | e9aae5add7b13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)