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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 渦??泳? | 10001001010100010011111100111111100010010110101000111111 | 89513f3f896a3f |
EUC-JP | 渦??泳? | 10110001101100100011111100111111101100011100101100111111 | b1b23f3fb1cb3f |
UTF-8 | 渦경래泳싮 | 111001101011100010100110111010101011001010111101111010111001111010011000111001101011001110110011111011001000101110101110 | e6b8a6eab2bdeb9e98e6b3b3ec8bae |
UHC | 渦경래泳싮 | 11101000101111101011000011100110101101111010000111100111101101101001101011101001 | e8beb0e6b7a1e7b69ae9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)