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 | ???}???{^ | 001111110011111100111111011111010011111100111111001111110111101101011110 | 3f3f3f7d3f3f3f7b5e |
SJIS-WIN | ???}???{^ | 001111110011111100111111011111010011111100111111001111110111101101011110 | 3f3f3f7d3f3f3f7b5e |
EUC-JP | ???}???{^ | 001111110011111100111111011111010011111100111111001111110111101101011110 | 3f3f3f7d3f3f3f7b5e |
UTF-8 | 삯횻㉤}삯횻㉤{^ | 111011001000001010101111111011011001101010111011111000111000100110100100011111011110110010000010101011111110110110011010101110111110001110001001101001000111101101011110 | ec82afed9abbe389a47dec82afed9abbe389a47b5e |
UHC | 삯횻㉤}삯횻㉤{^ | 101110111110100111001000110000111010100010110101011111011011101111101001110010001100001110101000101101010111101101011110 | bbe9c8c3a8b57dbbe9c8c3a8b57b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)