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 | ??v??vB | 00111111001111110111011000111111001111110111011001000010 | 3f3f763f3f7642 |
SJIS-WIN | 簍粫v簍粫vB | 1110001011001011111000101110011001110110111000101100101111100010111001100111011001000010 | e2cbe2e676e2cbe2e67642 |
EUC-JP | 簍粫v簍粫vB | 1110010011001101111001001110100001110110111001001100110111100100111010000111011001000010 | e4cde4e876e4cde4e87642 |
UTF-8 | 簍粫v簍粫vB | 111001111011000010001101111001111011001010101011011101101110011110110000100011011110011110110010101010110111011001000010 | e7b08de7b2ab76e7b08de7b2ab7642 |
UHC | ??v??vB | 00111111001111110111011000111111001111110111011001000010 | 3f3f763f3f7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)