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 | ???o | 00111111001111110011111101101111 | 3f3f3f6f |
SJIS-WIN | 譚第據o | 11100110100111011001000111100110100111011001111101101111 | e69d91e69d9f6f |
EUC-JP | 譚第據o | 11101011111111011100001011101000110110101010000101101111 | ebfdc2e8daa16f |
UTF-8 | 譚第據o | 11101000101011011001101011100111101011001010110011100110100100111001101001101111 | e8ad9ae7acace6939a6f |
UHC | 譚第據o | 11010011110010011111000010101111110010111110000001101111 | d3c9f0afcbe06f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)