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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 軏乞答轜 | 1111101110110010100011001110111010010011100110101110011101111110 | fbb28cee939ae77e |
EUC-JP | 軏乞答轜 | 100011111110000011011001101110001111000011000101111110101110110111011111 | 8fe0d9b8f0c5faeddf |
UTF-8 | 軏乞答轜 | 111010001011101110001111111001001011100110011110111001111010110110010100111010001011110110011100 | e8bb8fe4b99ee7ad94e8bd9c |
UHC | ?乞答? | 001111111100101111110111110100111100110100111111 | 3fcbf7d3cd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)