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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ???織??^ | 0011111100111111001111111001000001000100001111110011111101011110 | 3f3f3f90443f3f5e |
EUC-JP | ???織?渲^ | 00111111001111110011111110111111101001010011111110001111110001111110110001011110 | 3f3f3fbfa53f8fc7ec5e |
UTF-8 | 렺렠롒織렠渲^ | 11101011101000001011101011101011101000001010000011101011101000011001001011100111101110011001010011101011101000001010000011100110101110001011001001011110 | eba0baeba0a0eba192e7b994eba0a0e6b8b25e |
UHC | 렺렠롒織렠渲^ | 10001110110000101000111010110001100011101101011111110010110001001000111010110001111000001100001001011110 | 8ec28eb18ed7f2c48eb1e0c25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)