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 | ?x}?x{^ | 00111111011110000111110100111111011110000111101101011110 | 3f787d3f787b5e |
SJIS-WIN | 達x}達x{^ | 100100100100001001111000011111011001001001000010011110000111101101011110 | 9242787d9242787b5e |
EUC-JP | 達x}達x{^ | 110000111010001101111000011111011100001110100011011110000111101101011110 | c3a3787dc3a3787b5e |
UTF-8 | 達x}達x{^ | 1110100110000001100101000111100001111101111010011000000110010100011110000111101101011110 | e98194787de98194787b5e |
UHC | 達x}達x{^ | 110100111011100101111000011111011101001110111001011110000111101101011110 | d3b9787dd3b9787b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)