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 | 羯醯ビ\ | 11100011101110011110011111001111100000110111001001011100 | e3b9e7cf83725c |
EUC-JP | 羯醯ビ\ | 11100110101110111110111011010001101001011101001101011100 | e6bbeed1a5d35c |
UTF-8 | 羯醯ビ\ | 11100111101111101010111111101001100001101010111111100011100000111001001101011100 | e7beafe986afe383935c |
UHC | ?醯ビ\ | 001111111111101110111000101010111101001101011100 | 3ffbb8abd35c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)