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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 謠也嚥髏コ | 111001101000111110010110111001111001101010001011111010011001000010111010 | e68f96e79a8be990ba |
EUC-JP | 謠也嚥髏コ | 11101011111011111100110011101001110100111110101111110001111100001000111010111010 | ebefcce9d3ebf1f08eba |
UTF-8 | 謠也嚥髏コ | 111010001010110010100000111001001011100110011111111001011001101010100101111010011010101110001111111011111011110110111010 | e8aca0e4b99fe59aa5e9ab8fefbdba |
UHC | 謠也嚥?? | 1110100110101010111001011010010111100110101111110011111100111111 | e9aae5a5e6bf3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)