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 | ?_?j?^ | 001111110101111100111111011010100011111101011110 | 3f5f3f6a3f5e |
SJIS-WIN | ?_?j?^ | 001111110101111100111111011010100011111101011110 | 3f5f3f6a3f5e |
EUC-JP | ?_?j?^ | 001111110101111100111111011010100011111101011110 | 3f5f3f6a3f5e |
UTF-8 | 혧_챌j혷^ | 111011011001100010100111010111111110110010110001100011000110101011101101100110001011011101011110 | ed98a75fecb18c6aed98b75e |
UHC | 혧_챌j혷^ | 110000101000111101011111110000111010011101101010110000101001111001011110 | c28f5fc3a76ac29e5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)