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 | ?????\ | 001111110011111100111111001111110011111101011100 | 3f3f3f3f3f5c |
SJIS-WIN | 礁ス捨鏸識\ | 10001111110010101011110110001110110011001111101111100100100011101010111101011100 | 8fcabd8eccfbe48eaf5c |
EUC-JP | 礁ス捨鏸識\ | 101111101100110010001110101111011011110011001110100011111110010111010000101111001011000101011100 | becc8ebdbcce8fe5d0bcb15c |
UTF-8 | 礁ス捨鏸識\ | 11100111101001001000000111101111101111011011110111100110100011011010100011101001100011111011100011101000101011011001100001011100 | e7a481efbdbde68da8e98fb8e8ad985c |
UHC | 礁?捨?識\ | 111101011010011100111111110111101101011100111111111000111101101101011100 | f5a73fded73fe3db5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)