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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 渦?Б孃 | 10001001010100010011111110000100010000011001101101101111 | 89513f84419b6f |
EUC-JP | 渦?Б孃 | 10110001101100100011111110100111101000101101010111010000 | b1b23fa7a2d5d0 |
UTF-8 | 渦쒎Б孃 | 1110011010111000101001101110110010010010100011101101000010010001111001011010110110000011 | e6b8a6ec928ed091e5ad83 |
UHC | 渦쒎Б孃 | 1110100010111110100111001110010110101100101000101110010110111110 | e8be9ce5aca2e5be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)