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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 猶kЖ | 100101110101000010000010100010111000010001000111 | 9750828b8447 |
EUC-JP | 猶kЖ | 110011011011000110100011111010111010011110101000 | cdb1a3eba7a8 |
UTF-8 | 猶kЖ | 1110011110001100101101101110111110111101100010111101000010010110 | e78cb6efbd8bd096 |
UHC | 猶kЖ | 111010111010001010100011111010111010110010101000 | eba2a3ebaca8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)