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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 嵭モ・嵭モ・^ | 111110101011001111010011101001011111101010110011110100111010010101011110 | fab3d3a5fab3d3a55e |
EUC-JP | 嵭モ・嵭モ・^ | 100011111011101111011110100011101101001110001110101001011000111110111011110111101000111011010011100011101010010101011110 | 8fbbde8ed38ea58fbbde8ed38ea55e |
UTF-8 | 嵭モ・嵭モ・^ | 11100101101101011010110111101111101111101001001111101111101111011010010111100101101101011010110111101111101111101001001111101111101111011010010101011110 | e5b5adefbe93efbda5e5b5adefbe93efbda55e |
UHC | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)