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 | 譚鍋エ鈴ス | 1110011010011101100100111110011110110100100101111110100110111101 | e69d93e7b497e9bd |
EUC-JP | 譚鍋エ鈴ス | 11101011111111011100011011101001100011101011010011001110111010111000111010111101 | ebfdc6e98eb4ceeb8ebd |
UTF-8 | 譚鍋エ鈴ス | 111010001010110110011010111010011000110110001011111011111011110110110100111010011000100010110100111011111011110110111101 | e8ad9ae98d8befbdb4e988b4efbdbd |
UHC | 譚鍋?鈴? | 1101001111001001110011101010011100111111110101101100001000111111 | d3c9cea73fd6c23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)