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 | ??I}??I{^ | 001111110011111101001001011111010011111100111111010010010111101101011110 | 3f3f497d3f3f497b5e |
SJIS-WIN | ??I}??I{^ | 001111110011111101001001011111010011111100111111010010010111101101011110 | 3f3f497d3f3f497b5e |
EUC-JP | ??I}??I{^ | 001111110011111101001001011111010011111100111111010010010111101101011110 | 3f3f497d3f3f497b5e |
UTF-8 | 잭썩I}잭썩I{^ | 1110110010011110101011011110110010001101101010010100100101111101111011001001111010101101111011001000110110101001010010010111101101011110 | ec9eadec8da9497dec9eadec8da9497b5e |
UHC | 잭썩I}잭썩I{^ | 11000000111010001011110111100010010010010111110111000000111010001011110111100010010010010111101101011110 | c0e8bde2497dc0e8bde2497b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)