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 | ???e^ | 0011111100111111001111110110010101011110 | 3f3f3f655e |
SJIS-WIN | 崖??e^ | 100010100101001000111111001111110110010101011110 | 8a523f3f655e |
EUC-JP | 崖??e^ | 101100111011001100111111001111110110010101011110 | b3b33f3f655e |
UTF-8 | 崖ㅹ윸e^ | 1110010110110100100101101110001110000101101110011110110010011100101110000110010101011110 | e5b496e385b9ec9cb8655e |
UHC | 崖ㅹ윸e^ | 1110010011110000101001001110100110011111101100100110010101011110 | e4f0a4e99fb2655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)