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 | 軏乞答轜値 | 11111011101100101000110011101110100100111001101011100111011111101001001001101100 | fbb28cee939ae77e926c |
EUC-JP | 軏乞答轜値 | 1000111111100000110110011011100011110000110001011111101011101101110111111100001111001101 | 8fe0d9b8f0c5faeddfc3cd |
UTF-8 | 軏乞答轜値 | 111010001011101110001111111001001011100110011110111001111010110110010100111010001011110110011100111001011000000010100100 | e8bb8fe4b99ee7ad94e8bd9ce580a4 |
UHC | ?乞答?値 | 0011111111001011111101111101001111001101001111111111011010110111 | 3fcbf7d3cd3ff6b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)