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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鴿貉鳰笞 | 1110100111111001111001101011100111101001111010101110001010011010 | e9f9e6b9e9eae29a |
EUC-JP | 鴿貉鳰笞 | 1111001011111011111011001011101111110010111011001110001111111010 | f2fbecbbf2ece3fa |
UTF-8 | 鴿貉鳰笞 | 111010011011010010111111111010001011001010001001111010011011001110110000111001111010110010011110 | e9b4bfe8b289e9b3b0e7ac9e |
UHC | ???笞 | 0011111100111111001111111111011111000010 | 3f3f3ff7c2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)