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 | ????x^ | 001111110011111100111111001111110111100001011110 | 3f3f3f3f785e |
SJIS-WIN | ????x^ | 001111110011111100111111001111110111100001011110 | 3f3f3f3f785e |
EUC-JP | ????x^ | 001111110011111100111111001111110111100001011110 | 3f3f3f3f785e |
UTF-8 | 횂짤횂징x^ | 1110110110011010100000101110110010100111101001001110110110011010100000101110110010100111100101010111100001011110 | ed9a82eca7a4ed9a82eca795785e |
UHC | 횂짤횂징x^ | 11000011100000101100001010101001110000111000001011000010101000010111100001011110 | c382c2a9c382c2a1785e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)