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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 逡ッ莨狩ヲソ | 111001111001010110101111111001001011110010001110111010111010011010111111 | e795afe4bc8eeba6bf |
EUC-JP | 逡ッ莨狩ヲソ | 111011011111010110001110101011111110100010111110101111001110110110001110101001101000111010111111 | edf58eafe8bebced8ea68ebf |
UTF-8 | 逡ッ莨狩ヲソ | 111010011000000010100001111011111011110110101111111010001000111010101000111001111000101110101001111011111011110110100110111011111011110110111111 | e980a1efbdafe88ea8e78ba9efbda6efbdbf |
UHC | 逡??狩?? | 1111000111100100001111110011111111100010101011010011111100111111 | f1e43f3fe2ad3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)