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 | 獨爬[獨爬[^ | 1110000011010101111000001010011001011011111000001101010111100000101001100101101101011110 | e0d5e0a65be0d5e0a65b5e |
EUC-JP | 獨爬[獨爬[^ | 1110000011010111111000001010100001011011111000001101011111100000101010000101101101011110 | e0d7e0a85be0d7e0a85b5e |
UTF-8 | 獨爬[獨爬[^ | 111001111000110110101000111001111000100010101100010110111110011110001101101010001110011110001000101011000101101101011110 | e78da8e788ac5be78da8e788ac5b5e |
UHC | 獨爬[獨爬[^ | 1101010010111100111101111111000001011011110101001011110011110111111100000101101101011110 | d4bcf7f05bd4bcf7f05b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)