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 | 竪湛村単 | 1001001001000111100100100101100010010001101110101001001001010000 | 9247925891ba9250 |
EUC-JP | 竪湛村単 | 1100001110101000110000111011100111000010101111001100001110110001 | c3a8c3b9c2bcc3b1 |
UTF-8 | 竪湛村単 | 111001111010101110101010111001101011100110011011111001101001110110010001111001011000110110011000 | e7abaae6b99be69d91e58d98 |
UHC | 竪湛村? | 11100010101101011101001111000000111101011011110100111111 | e2b5d3c0f5bd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)