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 | 韋ァ蜍コ邏唯 | 11101000111010001010011111100101100010111011101011100111101101001001011101000010 | e8e8a7e58bbae7b49742 |
EUC-JP | 韋ァ蜍コ邏唯 | 111100001110101010001110101001111110100111101011100011101011101011101110101101101100110110100011 | f0ea8ea7e9eb8ebaeeb6cda3 |
UTF-8 | 韋ァ蜍コ邏唯 | 111010011001111110001011111011111011110110100111111010001001110010001101111011111011110110111010111010011000001010001111111001011001010010101111 | e99f8befbda7e89c8defbdbae9828fe594af |
UHC | 韋???邏唯 | 111010101101111100111111001111110011111111010101101001001110101011100110 | eadf3f3f3fd5a4eae6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)