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 | ?S[?S[^ | 00111111010100110101101100111111010100110101101101011110 | 3f535b3f535b5e |
SJIS-WIN | 辰S[辰S[^ | 100100100100001101010011010110111001001001000011010100110101101101011110 | 9243535b9243535b5e |
EUC-JP | 辰S[辰S[^ | 110000111010010001010011010110111100001110100100010100110101101101011110 | c3a4535bc3a4535b5e |
UTF-8 | 辰S[辰S[^ | 1110100010111110101100000101001101011011111010001011111010110000010100110101101101011110 | e8beb0535be8beb0535b5e |
UHC | 辰S[辰S[^ | 111100101110001101010011010110111111001011100011010100110101101101011110 | f2e3535bf2e3535b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)