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 | 篳踰篳賁 | 1110001011001000111001101111101011100010110010001110011011001010 | e2c8e6fae2c8e6ca |
EUC-JP | 篳踰篳賁 | 1110010011001010111011001111110011100100110010101110110011001100 | e4caecfce4caeccc |
UTF-8 | 篳踰篳賁 | 111001111010111110110011111010001011100010110000111001111010111110110011111010001011001110000001 | e7afb3e8b8b0e7afb3e8b381 |
UHC | ?踰?賁 | 001111111110101110110010001111111101110111010011 | 3febb23fddd3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)