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 | ????G | 0011111100111111001111110011111101000111 | 3f3f3f3f47 |
SJIS-WIN | 隰∫ァァG | 11101000101011001000000111100111101001111010011101000111 | e8ac81e7a7a747 |
EUC-JP | 隰∫ァァG | 111100001010111010100010111010011000111010100111100011101010011101000111 | f0aea2e98ea78ea747 |
UTF-8 | 隰∫ァァG | 11101001100110101011000011100010100010001010101111101111101111011010011111101111101111011010011101000111 | e99ab0e288abefbda7efbda747 |
UHC | ?∫??G | 001111111010000111110010001111110011111101000111 | 3fa1f23f3f47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)