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 | 渦??昻? | 10001001010100010011111100111111111110101101000000111111 | 89513f3ffad03f |
EUC-JP | 渦???? | 101100011011001000111111001111110011111100111111 | b1b23f3f3f3f |
UTF-8 | 渦쒏퐫昻쬸 | 111001101011100010100110111011001001001010001111111011011001000010101011111001101001100010111011111011001010110010111000 | e6b8a6ec928fed90abe698bbecacb8 |
UHC | 渦쒏퐫昻쬸 | 11101000101111101001110011100110101111011001010011100100111010011010011101101111 | e8be9ce6bd94e4e9a76f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)