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 | ?縉?瞋^ | 00111111111000110111010100111111111000011101000101011110 | 3fe3753fe1d15e |
EUC-JP | ?縉?瞋^ | 00111111111001011101011000111111111000101101001101011110 | 3fe5d63fe2d35e |
UTF-8 | 뤫縉뤫瞋^ | 11101011101001001010101111100111101110001000100111101011101001001010101111100111100111101000101101011110 | eba4abe7b889eba4abe79e8b5e |
UHC | 뤫縉뤫瞋^ | 100011111101100111110010110110111000111111011001111100101101100101011110 | 8fd9f2db8fd9f2d95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)