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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 犇瑙瑜狢珮 | 11100000101101001110000011101101111000001110111111100000110000001110000011100001 | e0b4e0ede0efe0c0e0e1 |
EUC-JP | 犇瑙瑜狢珮 | 11100000101101101110000011101111111000001111000111100000110000101110000011100011 | e0b6e0efe0f1e0c2e0e3 |
UTF-8 | 犇瑙瑜狢珮 | 111001111000101010000111111001111001000110011001111001111001000110011100111001111000101110100010111001111000111110101110 | e78a87e79199e7919ce78ba2e78fae |
UHC | ?瑙瑜?? | 00111111110100101100010111101011101001010011111100111111 | 3fd2c5eba53f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)