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 | 鬢畷スィ寘殘 | 11101001101001001001001111101011101111011010100011111010101010011001111101101011 | e9a493ebbda8faa99f6b |
EUC-JP | 鬢畷スィ寘殘 | 11110010101001101100011011101101100011101011110110001110101010001000111110111010111000011101110111001100 | f2a6c6ed8ebd8ea88fbae1ddcc |
UTF-8 | 鬢畷スィ寘殘 | 111010011010110010100010111001111001010110110111111011111011110110111101111011111011110110101000111001011010111110011000111001101010111010011000 | e9aca2e795b7efbdbdefbda8e5af98e6ae98 |
UHC | ?????殘 | 00111111001111110011111100111111001111111110110111010001 | 3f3f3f3f3fedd1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)