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 | 絣球?概藉 | 111000110101001010001011100001010011111110001010010101001110010101010011 | e3528b853f8a54e553 |
EUC-JP | 絣球偌概藉 | 1110010110110011101101011110010110001111101100011110010110110011101101011110100110110100 | e5b3b5e58fb1e5b3b5e9b4 |
UTF-8 | 絣球偌概藉 | 111001111011010110100011111001111001000010000011111001011000000110001100111001101010011010000010111010001001011110001001 | e7b5a3e79083e5818ce6a682e89789 |
UHC | ?球??藉 | 00111111110011111011100100111111001111111110110110111110 | 3fcfb93f3fedbe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)