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 | ?e? | 001111110110010100111111 | 3f653f |
SJIS-WIN | 但e辿 | 1001001001000001011001011001001001001000 | 9241659248 |
EUC-JP | 但e辿 | 1100001110100010011001011100001110101001 | c3a265c3a9 |
UTF-8 | 但e辿 | 11100100101111011000011001100101111010001011111010111111 | e4bd8665e8bebf |
UHC | 但e? | 11010011101000110110010100111111 | d3a3653f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)