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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 粱企ァB | 111000101110101110001010111010011010011101000010 | e2eb8ae9a742 |
EUC-JP | 粱企ァB | 11100100111011011011010011101011100011101010011101000010 | e4edb4eb8ea742 |
UTF-8 | 粱企ァB | 11100111101100101011000111100100101111001000000111101111101111011010011101000010 | e7b2b1e4bc81efbda742 |
UHC | 粱企?B | 110101011101110011010000111010100011111101000010 | d5dcd0ea3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)