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 | 繩繩[繩繩[^ | 1110001110001010111000111000101001011011111000111000101011100011100010100101101101011110 | e38ae38a5be38ae38a5b5e |
EUC-JP | 繩繩[繩繩[^ | 1110010111101010111001011110101001011011111001011110101011100101111010100101101101011110 | e5eae5ea5be5eae5ea5b5e |
UTF-8 | 繩繩[繩繩[^ | 111001111011100110101001111001111011100110101001010110111110011110111001101010011110011110111001101010010101101101011110 | e7b9a9e7b9a95be7b9a9e7b9a95b5e |
UHC | 繩繩[繩繩[^ | 1110001110110001111000111011000101011011111000111011000111100011101100010101101101011110 | e3b1e3b15be3b1e3b15b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)