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 | ??\ | 001111110011111101011100 | 3f3f5c |
SJIS-WIN | ?疫\ | 00111111100010010111010101011100 | 3f89755c |
EUC-JP | ?疫\ | 00111111101100011101011001011100 | 3fb1d65c |
UTF-8 | 슖疫\ | 11101100100010101001011011100111100101101010101101011100 | ec8a96e796ab5c |
UHC | 슖疫\ | 1001101010100101111001101011100101011100 | 9aa5e6b95c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)