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 | ??h?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
SJIS-WIN | 譚アh譚ア | 11100110100111011011000101101000111001101001110110110001 | e69db168e69db1 |
EUC-JP | 譚アh譚ア | 111010111111110110001110101100010110100011101011111111011000111010110001 | ebfd8eb168ebfd8eb1 |
UTF-8 | 譚アh譚ア | 11101000101011011001101011101111101111011011000101101000111010001010110110011010111011111011110110110001 | e8ad9aefbdb168e8ad9aefbdb1 |
UHC | 譚?h譚? | 11010011110010010011111101101000110100111100100100111111 | d3c93f68d3c93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)