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 | 厓?渦?? | 11111010100011010011111110001001010100010011111100111111 | fa8d3f89513f3f |
EUC-JP | 厓?渦?? | 1000111110110100110001110011111110110001101100100011111100111111 | 8fb4c73fb1b23f3f |
UTF-8 | 厓쯥渦욕씏 | 111001011000111010010011111011001010111110100101111001101011100010100110111011001001101010010101111011001001010010001111 | e58e93ecafa5e6b8a6ec9a95ec948f |
UHC | 厓쯥渦욕씏 | 11100100111011011010100101100101111010001011111010111111111001011001110110100110 | e4eda965e8bebfe59da6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)