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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ???省 | 0011111100111111001111111000111111001000 | 3f3f3f8fc8 |
EUC-JP | ???省 | 0011111100111111001111111011111011001010 | 3f3f3fbeca |
UTF-8 | 얍롏렏省 | 111011001001011010001101111010111010000110001111111010111010000010001111111001111001110010000001 | ec968deba18feba08fe79c81 |
UHC | 얍롏렏省 | 1011111011100101100011101101010110001110101001011110000011111101 | bee58ed58ea5e0fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)