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 | 竪湛村棚 | 1001001001000111100100100101100010010001101110101001001001001001 | 9247925891ba9249 |
EUC-JP | 竪湛村棚 | 1100001110101000110000111011100111000010101111001100001110101010 | c3a8c3b9c2bcc3aa |
UTF-8 | 竪湛村棚 | 111001111010101110101010111001101011100110011011111001101001110110010001111001101010001110011010 | e7abaae6b99be69d91e6a39a |
UHC | 竪湛村棚 | 1110001010110101110100111100000011110101101111011101110111011100 | e2b5d3c0f5bddddc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)