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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 謫セ邏苓キィB | 11100110100100111011111011100111101101001001011111101000101101111010100001000010 | e693bee7b497e8b7a842 |
EUC-JP | 謫セ邏苓キィB | 11101011111100111000111010111110111011101011011011001110111010101000111010110111100011101010100001000010 | ebf38ebeeeb6ceea8eb78ea842 |
UTF-8 | 謫セ邏苓キィB | 11101000101011001010101111101111101111011011111011101001100000101000111111101000100010111001001111101111101111011011011111101111101111011010100001000010 | e8acabefbdbee9828fe88b93efbdb7efbda842 |
UHC | 謫?邏???B | 111011101110001100111111110101011010010000111111001111110011111101000010 | eee33fd5a43f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)