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 | ??s??s^ | 00111111001111110111001100111111001111110111001101011110 | 3f3f733f3f735e |
SJIS-WIN | モ」sモ」s^ | 11010011101000110111001111010011101000110111001101011110 | d3a373d3a3735e |
EUC-JP | モ」sモ」s^ | 1000111011010011100011101010001101110011100011101101001110001110101000110111001101011110 | 8ed38ea3738ed38ea3735e |
UTF-8 | モ」sモ」s^ | 111011111011111010010011111011111011110110100011011100111110111110111110100100111110111110111101101000110111001101011110 | efbe93efbda373efbe93efbda3735e |
UHC | ??s??s^ | 00111111001111110111001100111111001111110111001101011110 | 3f3f733f3f735e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)