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 | 紆瑚攪 | 111000101111110010001100111010001001110110011000 | e2fc8ce89d98 |
EUC-JP | 紆瑚攪 | 111001001111111010111000111010101101100111111000 | e4feb8ead9f8 |
UTF-8 | 紆瑚攪 | 111001111011010010000110111001111001000110011010111001101001010010101010 | e7b486e7919ae694aa |
UHC | 紆瑚攪 | 111010011110000111111011110100011100111011100110 | e9e1fbd1cee6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)