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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 螢ャ彧隷 | 11100101101000111010110011111010101110011001011111101010 | e5a3acfab997ea |
EUC-JP | 螢ャ彧隷 | 111010101010010110001110101011001000111110111100111111101100111011101100 | eaa58eac8fbcfeceec |
UTF-8 | 螢ャ彧隷 | 111010001001111010100010111011111011110110101100111001011011110110100111111010011001101010110111 | e89ea2efbdace5bda7e99ab7 |
UHC | 螢?彧隷 | 11111011101010110011111111101001111011101101011011001011 | fbab3fe9eed6cb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)