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 | ?|}?|{^ | 00111111011111000111110100111111011111000111101101011110 | 3f7c7d3f7c7b5e |
SJIS-WIN | 達|}達|{^ | 100100100100001001111100011111011001001001000010011111000111101101011110 | 92427c7d92427c7b5e |
EUC-JP | 達|}達|{^ | 110000111010001101111100011111011100001110100011011111000111101101011110 | c3a37c7dc3a37c7b5e |
UTF-8 | 達|}達|{^ | 1110100110000001100101000111110001111101111010011000000110010100011111000111101101011110 | e981947c7de981947c7b5e |
UHC | 達|}達|{^ | 110100111011100101111100011111011101001110111001011111000111101101011110 | d3b97c7dd3b97c7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)