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 | 渦?Б屋? | 1000100101010001001111111000010001000001100010011010111000111111 | 89513f844189ae3f |
EUC-JP | 渦?Б屋? | 1011000110110010001111111010011110100010101100101011000000111111 | b1b23fa7a2b2b03f |
UTF-8 | 渦쒎Б屋먪 | 1110011010111000101001101110110010010010100011101101000010010001111001011011000110001011111010111010100010101010 | e6b8a6ec928ed091e5b18beba8aa |
UHC | 渦쒎Б屋먪 | 11101000101111101001110011100101101011001010001011101000101010011001000011100111 | e8be9ce5aca2e8a990e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)