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 | 冶れ?意 | 10010110111010001000001011101010001111111000100011010011 | 96e882ea3f88d3 |
EUC-JP | 冶れ?意 | 11001100111010101010010011101100001111111011000011010101 | cceaa4ec3fb0d5 |
UTF-8 | 冶れ꽀意 | 111001011000011010110110111000111000001010001100111010101011110110000000111001101000010010001111 | e586b6e3828ceabd80e6848f |
UHC | 冶れ꽀意 | 1110010110100111101010101110110010000100100101011110101111110010 | e5a7aaec8495ebf2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)