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 | 循??? | 1000111101111010001111110011111100111111 | 8f7a3f3f3f |
EUC-JP | 循??? | 1011110111011011001111110011111100111111 | bddb3f3f3f |
UTF-8 | 循뤾磻쭘 | 111001011011111010101010111010111010010010111110111011111010010110100100111011001010110110011000 | e5beaaeba4beefa5a4ecad98 |
UHC | 循뤾磻쭘 | 1110001011100000100011111110101011011011111001001100001011100010 | e2e08feadbe4c2e2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)