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 | 軏乞筒贒妖 | 11111011101100101000110011101110100100111001101111111011101011111001011101100100 | fbb28cee939bfbaf9764 |
EUC-JP | 軏乞筒贒妖 | 100011111110000011011001101110001111000011000101111110111000111111011111110000111100110111000101 | 8fe0d9b8f0c5fb8fdfc3cdc5 |
UTF-8 | 軏乞筒贒妖 | 111010001011101110001111111001001011100110011110111001111010110110010010111010001011010010010010111001011010011010010110 | e8bb8fe4b99ee7ad92e8b492e5a696 |
UHC | ?乞筒?妖 | 0011111111001011111101111111011111010101001111111110100011101101 | 3fcbf7f7d53fe8ed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)