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 | 邏怡邏悳^ | 111001111011010010011100011111011110011110110100100111000111101101011110 | e7b49c7de7b49c7b5e |
EUC-JP | 邏怡邏悳^ | 111011101011011011010111110111101110111010110110110101111101110001011110 | eeb6d7deeeb6d7dc5e |
UTF-8 | 邏怡邏悳^ | 11101001100000101000111111100110100000001010000111101001100000101000111111100110100000101011001101011110 | e9828fe680a1e9828fe682b35e |
UHC | 邏怡邏悳^ | 110101011010010011101100101011101101010110100100110100111110110101011110 | d5a4ecaed5a4d3ed5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)