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 | ???k | 00111111001111110011111101101011 | 3f3f3f6b |
SJIS-WIN | ・「翳k | 1010010110100010111000111100100001101011 | a5a2e3c86b |
EUC-JP | ・「翳k | 10001110101001011000111010100010111001101100101001101011 | 8ea58ea2e6ca6b |
UTF-8 | ・「翳k | 11101111101111011010010111101111101111011010001011100111101111111011001101101011 | efbda5efbda2e7bfb36b |
UHC | ???k | 00111111001111110011111101101011 | 3f3f3f6b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)