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譚」 | 11100110100111011010001101101000111001101001110110100011 | e69da368e69da3 |
EUC-JP | 譚」h譚」 | 111010111111110110001110101000110110100011101011111111011000111010100011 | ebfd8ea368ebfd8ea3 |
UTF-8 | 譚」h譚」 | 11101000101011011001101011101111101111011010001101101000111010001010110110011010111011111011110110100011 | e8ad9aefbda368e8ad9aefbda3 |
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)