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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 担造賊 | 100100100101001110010001101000101001000110101111 | 925391a291af |
EUC-JP | 担造賊 | 110000111011010011000010101001001100001010110001 | c3b4c2a4c2b1 |
UTF-8 | 担造賊 | 111001101000101110000101111010011000000010100000111010001011001110001010 | e68b85e980a0e8b38a |
UHC | ?造賊 | 0011111111110000111000111110111011100100 | 3ff0e3eee4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)