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 | 芍ル秋譫 | 1110010010001001100000111000101110001111010010001110011010011110 | e489838b8f48e69e |
EUC-JP | 芍ル秋譫 | 1110011111101001101001011110101110111101101010011110101111111110 | e7e9a5ebbda9ebfe |
UTF-8 | 芍ル秋譫 | 111010001000101010001101111000111000001110101011111001111010011110001011111010001010110110101011 | e88a8de383abe7a78be8adab |
UHC | 芍ル秋? | 11101101110010111010101111101011111101011101010100111111 | edcbabebf5d53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)