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 | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-WIN | 箋檎勧\ | 11100010101100111000110011100111100010101010100101011100 | e2b38ce78aa95c |
EUC-JP | 箋檎勧\ | 11100100101101011011100011101001101101001010101101011100 | e4b5b8e9b4ab5c |
UTF-8 | 箋檎勧\ | 11100111101011101000101111100110101010101000111011100101100010111010011101011100 | e7ae8be6aa8ee58ba75c |
UHC | 箋檎?\ | 111011111010100011010000110101010011111101011100 | efa8d0d53f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)