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 | 11110110101111011110011111100010111000111101001001000010 | f6bde7e2e3d242 |
EUC-JP | ?鈔耡B | 001111111110111011100100111001101101010001000010 | 3feee4e6d442 |
UTF-8 | 鈔耡B | 11101110100100111010010011101001100010001001010011101000100000001010000101000010 | ee93a4e98894e880a142 |
UHC | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)