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 | ??賃??賃^ | 001111110011111110010010110000000011111100111111100100101100000001011110 | 3f3f92c03f3f92c05e |
EUC-JP | ??賃??賃^ | 001111110011111111000100110000100011111100111111110001001100001001011110 | 3f3fc4c23f3fc4c25e |
UTF-8 | 셰샴賃셰샴賃^ | 11101100100001011011000011101100100000111011010011101000101100111000001111101100100001011011000011101100100000111011010011101000101100111000001101011110 | ec85b0ec83b4e8b383ec85b0ec83b4e8b3835e |
UHC | 셰샴賃셰샴賃^ | 10111100110011101011110010100100111011001111110010111100110011101011110010100100111011001111110001011110 | bccebca4ecfcbccebca4ecfc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)