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 | ?茨????^ | 0011111110001000111011110011111100111111001111110011111101011110 | 3f88ef3f3f3f3f5e |
EUC-JP | ?茨????^ | 0011111110110000111100010011111100111111001111110011111101011110 | 3fb0f13f3f3f3f5e |
UTF-8 | 뤻茨쾹힉렰렾^ | 11101011101001001011101111101000100011001010100011101100101111101011100111101101100111101000100111101011101000001011000011101011101000001011111001011110 | eba4bbe88ca8ecbeb9ed9e89eba0b0eba0be5e |
UHC | 뤻茨쾹힉렰렾^ | 10001111111010011110110110111100101100101000111111001000111110001000111010111101100011101100011001011110 | 8fe9edbcb28fc8f88ebd8ec65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)