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 | 00111111001111110011111100111111001111110011111101011001 | 3f3f3f3f3f3f59 |
SJIS-WIN | 拗?????Y | 1001110101011000001111110011111100111111001111110011111101011001 | 9d583f3f3f3f3f59 |
EUC-JP | 拗?????Y | 1101100110111001001111110011111100111111001111110011111101011001 | d9b93f3f3f3f3f59 |
UTF-8 | 拗룡뜤溜뗫젿Y | 11100110100010111001011111101011101000111010000111101011100111001010010011101111101001111000101111101011100101111010101111101100101000001011111101011001 | e68b97eba3a1eb9ca4efa78beb97abeca0bf59 |
UHC | 拗룡뜤溜뗫젿Y | 11101000111100111011011111100110100011011010011111101010111111101000101111101011101000001011000101011001 | e8f3b7e68da7eafe8beba0b159 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)