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 | ?????Y | 001111110011111100111111001111110011111101011001 | 3f3f3f3f3f59 |
SJIS-WIN | ?療?權やY | 001111111001011111000011001111111001111011011100100000101110001001011001 | 3f97c33f9edc82e259 |
EUC-JP | ?療?權やY | 001111111100111011000101001111111101110011011110101001001110010001011001 | 3fcec53fdcdea4e459 |
UTF-8 | 룶療룶權やY | 11101011101000111011011011100111100110011000001011101011101000111011011011100110101011001000101011100011100000101000010001011001 | eba3b6e79982eba3b6e6ac8ae3828459 |
UHC | 룶療룶權やY | 1000111110101011110101101111101110001111101010111100111111101101101010101110010001011001 | 8fabd6fb8fabcfedaae459 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)