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 | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
SJIS-WIN | 隰∫ァァ\ | 11101000101011001000000111100111101001111010011101011100 | e8ac81e7a7a75c |
EUC-JP | 隰∫ァァ\ | 111100001010111010100010111010011000111010100111100011101010011101011100 | f0aea2e98ea78ea75c |
UTF-8 | 隰∫ァァ\ | 11101001100110101011000011100010100010001010101111101111101111011010011111101111101111011010011101011100 | e99ab0e288abefbda7efbda75c |
UHC | ?∫??\ | 001111111010000111110010001111110011111101011100 | 3fa1f23f3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)