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 | ?謙??使倣 | 001111111000110010101010001111110011111110001110011001111001010111101101 | 3f8caa3f3f8e6795ed |
EUC-JP | ?謙??使倣 | 001111111011100010101100001111110011111110111011110010001100101011101111 | 3fb8ac3f3fbbc8caef |
UTF-8 | 렻謙렜렻使倣 | 111010111010000010111011111010001010110010011001111010111010000010011100111010111010000010111011111001001011110110111111111001011000000010100011 | eba0bbe8ac99eba09ceba0bbe4bdbfe580a3 |
UHC | 렻謙렜렻使倣 | 100011101100001111001100110001011000111010101110100011101100001111011110110001011101101110100111 | 8ec3ccc58eae8ec3dec5dba7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)