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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 軫?任??^ | 1110011101100110001111111001010001000011001111110011111101011110 | e7663f94433f3f5e |
EUC-JP | 軫?任??^ | 1110110111000111001111111100011110100100001111110011111101011110 | edc73fc7a43f3f5e |
UTF-8 | 軫뤗任殺헤^ | 11101000101110111010101111101011101001001001011111100100101110111011101111101111101001011011000011101101100101111010010001011110 | e8bbabeba497e4bbbbefa5b0ed97a45e |
UHC | 軫뤗任殺헤^ | 1111001011100010100011111100011111101100111100101110000111101101110001111110110001011110 | f2e28fc7ecf2e1edc7ec5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)