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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 礁ス捨鏸識 | 100011111100101010111101100011101100110011111011111001001000111010101111 | 8fcabd8eccfbe48eaf |
EUC-JP | 礁ス捨鏸識 | 1011111011001100100011101011110110111100110011101000111111100101110100001011110010110001 | becc8ebdbcce8fe5d0bcb1 |
UTF-8 | 礁ス捨鏸識 | 111001111010010010000001111011111011110110111101111001101000110110101000111010011000111110111000111010001010110110011000 | e7a481efbdbde68da8e98fb8e8ad98 |
UHC | 礁?捨?識 | 1111010110100111001111111101111011010111001111111110001111011011 | f5a73fded73fe3db |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)