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 | 繰隣 | 111001111011100110110000111011111010011110110001 | e7b9b0efa7b1 |
SJIS-WIN | ??°?§± | 001111110011111110000001100010110011111110000001100110001000000101111101 | 3f3f818b3f8198817d |
EUC-JP | �隣 | 10001111101010111010111000111111101000011110101110001111101010111100000110100001111110001010000111011110 | 8fabae3fa1eb8fabc1a1f8a1de |
UTF-8 | 繰隣 | 110000111010011111000010101110011100001010110000110000111010111111000010101001111100001010110001 | c3a7c2b9c2b0c3afc2a7c2b1 |
UHC | ?¹°?§± | 00111111101010011111011010100001110001100011111110100001110101111010000110111110 | 3fa9f6a1c63fa1d7a1be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)