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 | 謠也嚥陏敬 | 11100110100011111001011011100111100110101000101111101000100110101000110001101000 | e68f96e79a8be89a8c68 |
EUC-JP | 謠也嚥陏敬 | 11101011111011111100110011101001110100111110101111101111111110101011011111001001 | ebefcce9d3ebeffab7c9 |
UTF-8 | 謠也嚥陏敬 | 111010001010110010100000111001001011100110011111111001011001101010100101111010011001100110001111111001101001010110101100 | e8aca0e4b99fe59aa5e9998fe695ac |
UHC | 謠也嚥?敬 | 111010011010101011100101101001011110011010111111001111111100110011010111 | e9aae5a5e6bf3fccd7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)