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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 髀卓ーセ | 111010011000111110010001111011001011000010111110 | e98f91ecb0be |
EUC-JP | 髀卓ーセ | 1111000111101111110000101110111010001110101100001000111010111110 | f1efc2ee8eb08ebe |
UTF-8 | 髀卓ーセ | 111010011010101110000000111001011000110110010011111011111011110110110000111011111011110110111110 | e9ab80e58d93efbdb0efbdbe |
UHC | ?卓?? | 0011111111110110111100010011111100111111 | 3ff6f13f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)