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 | 礁ス捨鏆示 | 100011111100101010111101100011101100110011111011111000101000111010100110 | 8fcabd8eccfbe28ea6 |
EUC-JP | 礁ス捨鏆示 | 1011111011001100100011101011110110111100110011101000111111100101101111111011110010101000 | becc8ebdbcce8fe5bfbca8 |
UTF-8 | 礁ス捨鏆示 | 111001111010010010000001111011111011110110111101111001101000110110101000111010011000111110000110111001111010010010111010 | e7a481efbdbde68da8e98f86e7a4ba |
UHC | 礁?捨?示 | 1111010110100111001111111101111011010111001111111110001111000110 | f5a73fded73fe3c6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)