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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 達炭嘆棚^ | 100100100100001010010010010110011001001001010001100100100100100101011110 | 92429259925192495e |
EUC-JP | 達炭嘆棚^ | 110000111010001111000011101110101100001110110010110000111010101001011110 | c3a3c3bac3b2c3aa5e |
UTF-8 | 達炭嘆棚^ | 11101001100000011001010011100111100000101010110111100101100110001000011011100110101000111001101001011110 | e98194e782ade59886e6a39a5e |
UHC | 達炭嘆棚^ | 110100111011100111110111101010011111011110100011110111011101110001011110 | d3b9f7a9f7a3dddc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)