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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ションョ | 101111001010111011011101111101011011110010101110 | bcaeddf5bcae |
EUC-JP | ション?ョ | 100011101011110010001110101011101000111011011101001111111000111010101110 | 8ebc8eae8edd3f8eae |
UTF-8 | ションョ | 111011111011110110111100111011111011110110101110111011111011111010011101111011101001000010100111111011111011110110101110 | efbdbcefbdaeefbe9dee90a7efbdae |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)