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 | 荻論┃俎 | 1000100110101100100110000101111110000100101010111001100011010111 | 89ac985f84ab98d7 |
EUC-JP | 荻論┃俎 | 1011001010101110110011111100000010101000101011011101000011011001 | b2aecfc0a8add0d9 |
UTF-8 | 荻論┃俎 | 111010001000110110111011111010001010101110010110111000101001010010000011111001001011111110001110 | e88dbbe8ab96e29483e4bf8e |
UHC | 荻論┃俎 | 1110111011100010110101101110010110100110101011011111000010111011 | eee2d6e5a6adf0bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)