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 | 廠ツ | 1000111110110001110000101111000111100101 | 8fb1c2f1e5 |
EUC-JP | 廠ツ? | 1011111010110011100011101100001000111111 | beb38ec23f |
UTF-8 | 廠ツ | 111001011011101110100000111011111011111010000010111011101000010110100000 | e5bba0efbe82ee85a0 |
UHC | 廠?? | 11110011110111110011111100111111 | f3df3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)