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 | 隹ソ莨夲スァ | 111010001011000010111111111001001011110010011010111011111011110110100111 | e8b0bfe4bc9aefbda7 |
EUC-JP | 隹ソ莨夲スァ | 111100001011001010001110101111111110100010111110110101001111000110001110101111011000111010100111 | f0b28ebfe8bed4f18ebd8ea7 |
UTF-8 | 隹ソ莨夲スァ | 111010011001101010111001111011111011110110111111111010001000111010101000111001011010010010110010111011111011110110111101111011111011110110100111 | e99ab9efbdbfe88ea8e5a4b2efbdbdefbda7 |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)