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 | ?v@B | 00111111011101100100000001000010 | 3f764042 |
SJIS-WIN | 痾v@B | 1110000101111101011101100100000001000010 | e17d764042 |
EUC-JP | 痾v@B | 1110000111011110011101100100000001000010 | e1de764042 |
UTF-8 | 痾v@B | 111001111001011110111110011101100100000001000010 | e797be764042 |
UHC | ?v@B | 00111111011101100100000001000010 | 3f764042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)