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 | 0011111100111111001111110011111100111111001111110101101101101011 | 3f3f3f3f3f3f5b6b |
SJIS-WIN | ィュィゥ[k | 10101000111110011010100010101101101010001111100110100001101010010101101101101011 | a8f9a8ada8f9a1a95b6b |
EUC-JP | ィ?ュィ?ゥ[k | 100011101010100000111111100011101010110110001110101010000011111110001110101010010101101101101011 | 8ea83f8ead8ea83f8ea95b6b |
UTF-8 | ィュィゥ[k | 1110111110111101101010001110111010011100100000111110111110111101101011011110111110111101101010001110111010011011101111001110111110111101101010010101101101101011 | efbda8ee9c83efbdadefbda8ee9bbcefbda95b6b |
UHC | ??????[k | 0011111100111111001111110011111100111111001111110101101101101011 | 3f3f3f3f3f3f5b6b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)