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 | 11100100100000101000100110000111100010111011100101000010 | e48289878bb942 |
EUC-JP | 艪援胸B | 11100111111000101011000111100111101101101011101101000010 | e7e2b1e7b6bb42 |
UTF-8 | 艪援胸B | 11101000100010011010101011100110100011111011010011101000100000111011100001000010 | e889aae68fb4e883b842 |
UHC | ?援胸B | 001111111110101010110101111111011101100001000010 | 3feab5fdd842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)