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 | ??D??D^ | 00111111001111110100010000111111001111110100010001011110 | 3f3f443f3f445e |
SJIS-WIN | 辰担D辰担D^ | 1001001001000011100100100101001101000100100100100100001110010010010100110100010001011110 | 924392534492439253445e |
EUC-JP | 辰担D辰担D^ | 1100001110100100110000111011010001000100110000111010010011000011101101000100010001011110 | c3a4c3b444c3a4c3b4445e |
UTF-8 | 辰担D辰担D^ | 111010001011111010110000111001101000101110000101010001001110100010111110101100001110011010001011100001010100010001011110 | e8beb0e68b8544e8beb0e68b85445e |
UHC | 辰?D辰?D^ | 111100101110001100111111010001001111001011100011001111110100010001011110 | f2e33f44f2e33f445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)