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 | ???A | 00111111001111110011111101000001 | 3f3f3f41 |
SJIS-WIN | 扇釋碩A | 10010000111011101110011111010111100100001101011101000001 | 90eee7d790d741 |
EUC-JP | 扇釋碩A | 11000000111100001110111011011001110000001101100101000001 | c0f0eed9c0d941 |
UTF-8 | 扇釋碩A | 11100110100010011000011111101001100001111000101111100111101000101010100101000001 | e68987e9878be7a2a941 |
UHC | 扇釋碩A | 11100000101111111110000010110111111000001011010101000001 | e0bfe0b7e0b541 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)