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 | ???] | 00111111001111110011111101011101 | 3f3f3f5d |
SJIS-WIN | 馨??] | 1000101001011101001111110011111101011101 | 8a5d3f3f5d |
EUC-JP | 馨??] | 1011001110111110001111110011111101011101 | b3be3f3f5d |
UTF-8 | 馨됬컩] | 11101001101001101010100011101011100100001010110011101100101110111010100101011101 | e9a6a8eb90acecbba95d |
UHC | 馨됬컩] | 11111011101100001000100111100111101100001001000101011101 | fbb089e7b0915d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)