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 | ??u}??u{^ | 001111110011111101110101011111010011111100111111011101010111101101011110 | 3f3f757d3f3f757b5e |
SJIS-WIN | 娼チu}娼チu{^ | 1000111110101001110000010111010101111101100011111010100111000001011101010111101101011110 | 8fa9c1757d8fa9c1757b5e |
EUC-JP | 娼チu}娼チu{^ | 10111110101010111000111011000001011101010111110110111110101010111000111011000001011101010111101101011110 | beab8ec1757dbeab8ec1757b5e |
UTF-8 | 娼チu}娼チu{^ | 1110010110101000101111001110111110111110100000010111010101111101111001011010100010111100111011111011111010000001011101010111101101011110 | e5a8bcefbe81757de5a8bcefbe81757b5e |
UHC | 娼?u}娼?u{^ | 1111001111011110001111110111010101111101111100111101111000111111011101010111101101011110 | f3de3f757df3de3f757b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)