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? | 0011111100111111001111110110100000111111 | 3f3f3f683f |
SJIS-WIN | 譚灘廠h譚 | 111001101001110110010011111001011000111110110001011010001110011010011101 | e69d93e58fb168e69d |
EUC-JP | 譚灘廠h譚 | 111010111111110111000110111001111011111010110011011010001110101111111101 | ebfdc6e7beb368ebfd |
UTF-8 | 譚灘廠h譚 | 11101000101011011001101011100111100000011001100011100101101110111010000001101000111010001010110110011010 | e8ad9ae78198e5bba068e8ad9a |
UHC | 譚灘廠h譚 | 110100111100100111110111101010001111001111011111011010001101001111001001 | d3c9f7a8f3df68d3c9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)