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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ???揖ι? | 0011111100111111001111111001011101001011100000111100011100111111 | 3f3f3f974b83c73f |
EUC-JP | ???揖ι? | 0011111100111111001111111100110110101100101001101100100100111111 | 3f3f3fcdaca6c93f |
UTF-8 | 說뺣뙋揖ι펶 | 1110111110100110101000011110101110111010101000111110101110011001100010111110011010001111100101101100111010111001111011011000111010110110 | efa6a1ebbaa3eb998be68f96ceb9ed8eb6 |
UHC | 說뺣뙋揖ι펶 | 111001101111001010010101111010111000110010010000111010111110011110100101111010011011110010000111 | e6f295eb8c90ebe7a5e9bc87 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)