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 | ?K\}?K\{^ | 001111110100101101011100011111010011111101001011010111000111101101011110 | 3f4b5c7d3f4b5c7b5e |
SJIS-WIN | 顥K\}顥K\{^ | 1111101111110101010010110101110001111101111110111111010101001011010111000111101101011110 | fbf54b5c7dfbf54b5c7b5e |
EUC-JP | 顥K\}顥K\{^ | 10001111111010001011011001001011010111000111110110001111111010001011011001001011010111000111101101011110 | 8fe8b64b5c7d8fe8b64b5c7b5e |
UTF-8 | 顥K\}顥K\{^ | 11101001101000011010010101001011010111000111110111101001101000011010010101001011010111000111101101011110 | e9a1a54b5c7de9a1a54b5c7b5e |
UHC | 顥K\}顥K\{^ | 1111101111100010010010110101110001111101111110111110001001001011010111000111101101011110 | fbe24b5c7dfbe24b5c7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)