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 | 夭щ? | 1001101011101110100001001000101100111111 | 9aee848b3f |
EUC-JP | 夭щ˘ | 11010100111100001010011111101011100011111010001010101111 | d4f0a7eb8fa2af |
UTF-8 | 夭щ˘ | 11100101101001001010110111010001100010011100101110011000 | e5a4add189cb98 |
UHC | 夭щ˘ | 111010001110110010101100111010111010001010101000 | e8ecaceba2a8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)