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 | ??~y??~yB | 001111110011111101111110011110010011111100111111011111100111100101000010 | 3f3f7e793f3f7e7942 |
SJIS-WIN | 娼チ~y娼チ~yB | 1000111110101001110000010111111001111001100011111010100111000001011111100111100101000010 | 8fa9c17e798fa9c17e7942 |
EUC-JP | 娼チ~y娼チ~yB | 10111110101010111000111011000001011111100111100110111110101010111000111011000001011111100111100101000010 | beab8ec17e79beab8ec17e7942 |
UTF-8 | 娼チ~y娼チ~yB | 1110010110101000101111001110111110111110100000010111111001111001111001011010100010111100111011111011111010000001011111100111100101000010 | e5a8bcefbe817e79e5a8bcefbe817e7942 |
UHC | 娼?~y娼?~yB | 1111001111011110001111110111111001111001111100111101111000111111011111100111100101000010 | f3de3f7e79f3de3f7e7942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)