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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
EUC-JP | ?焰?焰^ | 001111111000111111001001111011110011111110001111110010011110111101011110 | 3f8fc9ef3f8fc9ef5e |
UTF-8 | 뤚焰뤚焰^ | 11101011101001001001101011100111100001001011000011101011101001001001101011100111100001001011000001011110 | eba49ae784b0eba49ae784b05e |
UHC | 뤚焰뤚焰^ | 100011111100100111100110111110111000111111001001111001101111101101011110 | 8fc9e6fb8fc9e6fb5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)