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 | 譯猩無 | 111001101010000111100000110011011001011010110011 | e6a1e0cd96b3 |
EUC-JP | 譯猩無 | 111011001010001111100000110011111100110010110101 | eca3e0cfccb5 |
UTF-8 | 譯猩無 | 111010001010110110101111111001111000110010101001111001111000010010100001 | e8adafe78ca9e784a1 |
UHC | 譯猩無 | 111001101011101111100000111110101101100111101101 | e6bbe0fad9ed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)