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 | 渦??鵝? | 10001001010100010011111100111111111010100100000000111111 | 89513f3fea403f |
EUC-JP | 渦??鵝? | 10110001101100100011111100111111111100111010000100111111 | b1b23f3ff3a13f |
UTF-8 | 渦욘룂鵝냕 | 111001101011100010100110111011001001101010011000111010111010001110000010111010011011010110011101111010111000001110010101 | e6b8a6ec9a98eba382e9b59deb8395 |
UHC | 渦욘룂鵝냕 | 11101000101111101011111111100110100011111000001111100100101111011000011001100010 | e8bebfe68f83e4bd8662 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)