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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ウウ鋧 | 10110011101100111111101111001111 | b3b3fbcf |
EUC-JP | ウウ鋧 | 10001110101100111000111010110011100011111110010011001011 | 8eb38eb38fe4cb |
UTF-8 | ウウ鋧 | 111011111011110110110011111011111011110110110011111010011000101110100111 | efbdb3efbdb3e98ba7 |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)