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 | 鬘鷺、壻スカ | 111010011010000110001101111010111010010010011010111001001011110110110110 | e9a18deba49ae4bdb6 |
EUC-JP | 鬘鷺、壻スカ | 111100101010001110111010111011011000111010100100110101001110011010001110101111011000111010110110 | f2a3baed8ea4d4e68ebd8eb6 |
UTF-8 | 鬘鷺、壻スカ | 111010011010110010011000111010011011011110111010111011111011110110100100111001011010001110111011111011111011110110111101111011111011110110110110 | e9ac98e9b7baefbda4e5a3bbefbdbdefbdb6 |
UHC | ?鷺?壻?? | 0011111111010110110111000011111111011111111010110011111100111111 | 3fd6dc3fdfeb3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)