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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 譚第 | 11100110100111011001000111100110 | e69d91e6 |
EUC-JP | 譚第 | 11101011111111011100001011101000 | ebfdc2e8 |
UTF-8 | 譚第 | 111010001010110110011010111001111010110010101100 | e8ad9ae7acac |
UHC | 譚第 | 11010011110010011111000010101111 | d3c9f0af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)