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 | 譚楢ウェ閼 | 1110011010011101100100111110100010110011101010101110100010000100 | e69d93e8b3aae884 |
EUC-JP | 譚楢ウェ閼 | 11101011111111011100011011101010100011101011001110001110101010101110111111100100 | ebfdc6ea8eb38eaaefe4 |
UTF-8 | 譚楢ウェ閼 | 111010001010110110011010111001101010010110100010111011111011110110110011111011111011110110101010111010011001011010111100 | e8ad9ae6a5a2efbdb3efbdaae996bc |
UHC | 譚楢??閼 | 1101001111001001111010101111100100111111001111111110010011011001 | d3c9eaf93f3fe4d9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)