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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ⅷヨ鰓ョ | 111110100100011111010110111010011101001010101110 | fa47d6e9d2ae |
EUC-JP | ?ヨ鰓ョ | 00111111100011101101011011110010110101001000111010101110 | 3f8ed6f2d48eae |
UTF-8 | ⅷヨ鰓ョ | 111000101000010110110111111011111011111010010110111010011011000010010011111011111011110110101110 | e285b7efbe96e9b093efbdae |
UHC | ⅷ??? | 1010010110101000001111110011111100111111 | a5a83f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)