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 | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-WIN | 簇簇[簇簇[^ | 1110001011000110111000101100011001011011111000101100011011100010110001100101101101011110 | e2c6e2c65be2c6e2c65b5e |
EUC-JP | 簇簇[簇簇[^ | 1110010011001000111001001100100001011011111001001100100011100100110010000101101101011110 | e4c8e4c85be4c8e4c85b5e |
UTF-8 | 簇簇[簇簇[^ | 111001111011000010000111111001111011000010000111010110111110011110110000100001111110011110110000100001110101101101011110 | e7b087e7b0875be7b087e7b0875b5e |
UHC | 簇簇[簇簇[^ | 1111000011101010111100001110101001011011111100001110101011110000111010100101101101011110 | f0eaf0ea5bf0eaf0ea5b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)