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 | ?鄕??鄕?^ | 001111111111101110111000001111110011111111111011101110000011111101011110 | 3ffbb83f3ffbb83f5e |
EUC-JP | ??焰??焰^ | 0011111100111111100011111100100111101111001111110011111110001111110010011110111101011110 | 3f3f8fc9ef3f3f8fc9ef5e |
UTF-8 | 뤳鄕焰뤳鄕焰^ | 11101011101001001011001111101001100001001001010111100111100001001011000011101011101001001011001111101001100001001001010111100111100001001011000001011110 | eba4b3e98495e784b0eba4b3e98495e784b05e |
UHC | 뤳鄕焰뤳鄕焰^ | 10001111111000011111101011000001111001101111101110001111111000011111101011000001111001101111101101011110 | 8fe1fac1e6fb8fe1fac1e6fb5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)