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 | 譚」逧鍋撓 | 111001101001110110100011111001111001101010010011111001111001110110011010 | e69da3e79a93e79d9a |
EUC-JP | 譚」逧鍋撓 | 11101011111111011000111010100011111011011111101011000110111010011101100111111010 | ebfd8ea3edfac6e9d9fa |
UTF-8 | 譚」逧鍋撓 | 111010001010110110011010111011111011110110100011111010011000000010100111111010011000110110001011111001101001001010010011 | e8ad9aefbda3e980a7e98d8be69293 |
UHC | 譚??鍋撓 | 1101001111001001001111110011111111001110101001111110100011110101 | d3c93f3fcea7e8f5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)