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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 羯醯ビB | 11100011101110011110011111001111100000110111001001000010 | e3b9e7cf837242 |
EUC-JP | 羯醯ビB | 11100110101110111110111011010001101001011101001101000010 | e6bbeed1a5d342 |
UTF-8 | 羯醯ビB | 11100111101111101010111111101001100001101010111111100011100000111001001101000010 | e7beafe986afe3839342 |
UHC | ?醯ビB | 001111111111101110111000101010111101001101000010 | 3ffbb8abd342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)